Spaces:
Runtime error
Runtime error
Commit
·
7e389ec
1
Parent(s):
2f50a5d
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def generate(
|
|
| 41 |
message: str,
|
| 42 |
chat_history: list[tuple[str, str]],
|
| 43 |
system_prompt: str,
|
| 44 |
-
max_new_tokens: int =
|
| 45 |
temperature: float = 0.6,
|
| 46 |
top_p: float = 0.9,
|
| 47 |
top_k: int = 50,
|
|
|
|
| 41 |
message: str,
|
| 42 |
chat_history: list[tuple[str, str]],
|
| 43 |
system_prompt: str,
|
| 44 |
+
max_new_tokens: int = 200,
|
| 45 |
temperature: float = 0.6,
|
| 46 |
top_p: float = 0.9,
|
| 47 |
top_k: int = 50,
|