aditijuluri commited on
Commit
45c088f
·
verified ·
1 Parent(s): 39cddad

Update app.py

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