Spaces:
Running
Running
Sarath0x8f
commited on
Commit
•
88e99f6
1
Parent(s):
a957041
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def respond(
|
|
14 |
message,
|
15 |
history: list[tuple[str, str]],
|
16 |
max_tokens=1024,
|
17 |
-
temperature=0.
|
18 |
top_p=0.95,
|
19 |
):
|
20 |
# System message defining assistant behavior
|
|
|
14 |
message,
|
15 |
history: list[tuple[str, str]],
|
16 |
max_tokens=1024,
|
17 |
+
temperature=0.4,
|
18 |
top_p=0.95,
|
19 |
):
|
20 |
# System message defining assistant behavior
|