TejAndrewsACC commited on
Commit
9ea5cd5
·
verified ·
1 Parent(s): 7a6ecfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def chat_with_model(messages):
262
  messages=[SYSTEM_PROMPT] + messages,
263
  temperature=0.85,
264
  top_p=0.9,
265
- extra_body={'chat_template_kwargs': {"thinking": False}}
266
  stream=True,
267
  )
268
 
 
262
  messages=[SYSTEM_PROMPT] + messages,
263
  temperature=0.85,
264
  top_p=0.9,
265
+ extra_body={'chat_template_kwargs': {"thinking": False}},
266
  stream=True,
267
  )
268