rajesh1501 commited on
Commit
05f691d
1 Parent(s): a98ced6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ ANSWER:
72
  prompt = PromptTemplate(template=prompt_template,
73
  input_variables=['context', 'question', 'chat_history'])
74
 
75
- # You can also use other LLMs options from https://python.langchain.com/docs/integrations/llms. Here I have used TogetherAI API
76
  TOGETHER_AI_API= os.environ['TOGETHER_AI']="2a7c5dcdbb1049a39117ac0865c4d04008d49db31aa85a3258603817af16dbd0"
77
  llm = Together(
78
  model="mistralai/Mistral-7B-Instruct-v0.2",
 
72
  prompt = PromptTemplate(template=prompt_template,
73
  input_variables=['context', 'question', 'chat_history'])
74
 
75
+
76
  TOGETHER_AI_API= os.environ['TOGETHER_AI']="2a7c5dcdbb1049a39117ac0865c4d04008d49db31aa85a3258603817af16dbd0"
77
  llm = Together(
78
  model="mistralai/Mistral-7B-Instruct-v0.2",