chenge commited on
Commit
3b24839
·
1 Parent(s): 13efc02

add max token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -278,7 +278,7 @@ def chat_with_retry(history_messages, max_retries=MAX_RETRIES):
278
  stream=True,
279
  temperature=0.1,
280
  top_p=0.9,
281
- max_tokens=30000
282
  )
283
 
284
  return response
 
278
  stream=True,
279
  temperature=0.1,
280
  top_p=0.9,
281
+ max_tokens=50000
282
  )
283
 
284
  return response