SamirXR commited on
Commit
6a0c890
·
verified ·
1 Parent(s): 8e792bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -82,6 +82,7 @@ Describe the character‘s feelings in-depth through the replies with plain and
82
  data = {
83
  "model": "mistralai/Mixtral-8x7B-Instruct-v0.1",
84
  "messages": history[session_id],
 
85
  "stream": False
86
  }
87
 
 
82
  data = {
83
  "model": "mistralai/Mixtral-8x7B-Instruct-v0.1",
84
  "messages": history[session_id],
85
+ "max_tokens": 10000,
86
  "stream": False
87
  }
88