Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ def chat_stream_completion(message, history):
|
|
| 47 |
response = llm.create_chat_completion(
|
| 48 |
messages=messages_prompts,
|
| 49 |
repeat_penalty=1.1,
|
| 50 |
-
temperature=0,
|
| 51 |
stream=True,
|
| 52 |
stop=["<|im_end|>"]
|
| 53 |
)
|
|
|
|
| 47 |
response = llm.create_chat_completion(
|
| 48 |
messages=messages_prompts,
|
| 49 |
repeat_penalty=1.1,
|
| 50 |
+
#temperature=0,
|
| 51 |
stream=True,
|
| 52 |
stop=["<|im_end|>"]
|
| 53 |
)
|