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