fionasu commited on
Commit
8b1957b
·
verified ·
1 Parent(s): 5486d25

updated token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def respond(message, history):
120
 
121
  response = client.chat_completion(
122
  messages,
123
- max_tokens = 200,
124
  temperature = 1
125
  )
126
 
 
120
 
121
  response = client.chat_completion(
122
  messages,
123
+ max_tokens = 1000,
124
  temperature = 1
125
  )
126