Aishu-7 commited on
Commit
13df604
·
verified ·
1 Parent(s): 5340531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def respond(message, history):
83
 
84
  response = client.chat_completion(
85
  messages,
86
- max_tokens=100000
87
  )
88
 
89
  return response.choices[0].message.content.strip()
 
83
 
84
  response = client.chat_completion(
85
  messages,
86
+ max_tokens=100
87
  )
88
 
89
  return response.choices[0].message.content.strip()