Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def chat_stream_completion(message, history):
|
|
51 |
|
52 |
response = llm.create_completion(
|
53 |
prompt=full_prompt,
|
54 |
-
temperature=0.
|
55 |
max_tokens=max_seq_length,
|
56 |
stream=True
|
57 |
)
|
|
|
51 |
|
52 |
response = llm.create_completion(
|
53 |
prompt=full_prompt,
|
54 |
+
temperature=0.5,
|
55 |
max_tokens=max_seq_length,
|
56 |
stream=True
|
57 |
)
|