chenge commited on
Commit
13a693b
·
1 Parent(s): 7beea6c

chenge 0.7

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -380,9 +380,9 @@ def chat_with_retry(history_messages, max_retries=MAX_RETRIES):
380
  model=model,
381
  messages=history_messages,
382
  stream=True,
383
- temperature=0.1,
384
  top_p=0.9,
385
- max_tokens=55000
386
  )
387
 
388
  return response
 
380
  model=model,
381
  messages=history_messages,
382
  stream=True,
383
+ temperature=0.7,
384
  top_p=0.9,
385
+ max_tokens=50000
386
  )
387
 
388
  return response