Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|