gael1130 commited on
Commit
2a3e737
·
verified ·
1 Parent(s): 75c7731

Update app.py

Browse files

changed api key

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ qa_history = []
16
 
17
  def load_model(api_key):
18
  return ChatTogether(
19
- api_key=TOGETHER_API_KEY,
20
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
21
  temperature=0
22
  )
 
16
 
17
  def load_model(api_key):
18
  return ChatTogether(
19
+ api_key=api_key,
20
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
21
  temperature=0
22
  )