tatianija commited on
Commit
7ae69a0
·
verified ·
1 Parent(s): 1a978d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -248,7 +248,8 @@ Provide a brief, focused analysis:"""
248
  response = self.client.chat_completion(
249
  messages=messages,
250
  max_tokens=500,
251
- temperature=0.3
 
252
  )
253
 
254
  return response.choices[0].message.content.strip()
 
248
  response = self.client.chat_completion(
249
  messages=messages,
250
  max_tokens=500,
251
+ temperature=0.3,
252
+ chat_template_kwargs: {"enable_thinking": false}
253
  )
254
 
255
  return response.choices[0].message.content.strip()