sharvanid commited on
Commit
ace9275
·
verified ·
1 Parent(s): a4702c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def respond(message, history):
26
  )
27
 
28
  response = client.chat_completion(
29
- messages, max_tokens=100, temperature=1.3, top_p=.76
30
  )
31
  #temperature and top_p control randomness
32
 
 
26
  )
27
 
28
  response = client.chat_completion(
29
+ messages, max_tokens=1000, temperature=1.3, top_p=.76
30
  )
31
  #temperature and top_p control randomness
32