arahman347 commited on
Commit
c78e17b
·
verified ·
1 Parent(s): 9181d72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def respond(message, history):
52
  # iterate through each message in the method
53
  for message in client.chat_completion(
54
  messages,
55
- max_tokens=300,
56
  temperature=.1,
57
  stream=True):
58
  # add the tokens to the output content
 
52
  # iterate through each message in the method
53
  for message in client.chat_completion(
54
  messages,
55
+ max_tokens=450,
56
  temperature=.1,
57
  stream=True):
58
  # add the tokens to the output content