Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -391,7 +391,7 @@ def respond(
|
|
| 391 |
n_threads=16, # set to your CPU cores
|
| 392 |
use_mlock=True,
|
| 393 |
verbose=True,
|
| 394 |
-
chat_format="
|
| 395 |
)
|
| 396 |
x=llm_model_glm.create_chat_completion(
|
| 397 |
messages = [
|
|
|
|
| 391 |
n_threads=16, # set to your CPU cores
|
| 392 |
use_mlock=True,
|
| 393 |
verbose=True,
|
| 394 |
+
chat_format="chatml"
|
| 395 |
)
|
| 396 |
x=llm_model_glm.create_chat_completion(
|
| 397 |
messages = [
|