kaitwithkwk commited on
Commit
f1d9c86
·
verified ·
1 Parent(s): 05c0c3c

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
  # iterate through each message in the method
27
  for message in client.chat_completion(
28
  messages,
29
- max_tokens=100,
30
  temperature=.1,
31
  stream=True):
32
 
 
26
  # iterate through each message in the method
27
  for message in client.chat_completion(
28
  messages,
29
+ max_tokens=500,
30
  temperature=.1,
31
  stream=True):
32