ysharma HF Staff Xhaheen commited on
Commit
4bce411
·
verified ·
1 Parent(s): ca0602e

Update app.py (#2)

Browse files

- Update app.py (ba4dadf302151e8b5d200b539ccc7d7fb24cec9d)


Co-authored-by: Xaheen <Xhaheen@users.noreply.huggingface.co>

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