jost commited on
Commit
1e54a6c
·
verified ·
1 Parent(s): d76dff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def predict(api_key, user_input):
21
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
22
  prompt=prompt,
23
  temperature=0.7,
24
- max_tokens=100)
25
 
26
  response = completion.choices[0].text
27
  return response
 
21
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
22
  prompt=prompt,
23
  temperature=0.7,
24
+ max_tokens=1000)
25
 
26
  response = completion.choices[0].text
27
  return response