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