Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def chat_with_model(user_input, model, history):
188
  response = client.chat.completions.create(
189
  model=model,
190
  messages=messages,
191
- max_tokens=1000,
192
  temperature=0.7
193
  )
194
 
 
188
  response = client.chat.completions.create(
189
  model=model,
190
  messages=messages,
191
+ # max_tokens=100,
192
  temperature=0.7
193
  )
194