LAWGPT commited on
Commit
ebfaa43
1 Parent(s): a2c52c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ 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",
79
  temperature=0.5,
 
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']
77
  llm = Together(
78
  model="mistralai/Mistral-7B-Instruct-v0.2",
79
  temperature=0.5,