Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitv804 authored Feb 26, 2024
1 parent 828b502 commit 2b54e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def reset_conversation():
prompt = PromptTemplate(template=prompt_template,
input_variables=['context', 'question', 'chat_history'])

# You can also use other LLMs options from https://python.langchain.com/docs/integrations/llms. Here I have used TogetherAI API
TOGETHER_AI_API= os.environ['TOGETHER_AI']
llm = Together(
model="mistralai/Mistral-7B-Instruct-v0.2",
Expand Down

0 comments on commit 2b54e6f

Please sign in to comment.