Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def stream_chat(
|
|
63 |
history: list,
|
64 |
system_prompt: str,
|
65 |
temperature: float = 0.8,
|
66 |
-
max_new_tokens: int =
|
67 |
top_p: float = 1.0,
|
68 |
top_k: int = 20,
|
69 |
penalty: float = 1.1,
|
|
|
63 |
history: list,
|
64 |
system_prompt: str,
|
65 |
temperature: float = 0.8,
|
66 |
+
max_new_tokens: int = 1000,
|
67 |
top_p: float = 1.0,
|
68 |
top_k: int = 20,
|
69 |
penalty: float = 1.1,
|