Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def generate(
|
|
36 |
chat_history: list[tuple[str, str]],
|
37 |
system_prompt: str,
|
38 |
max_new_tokens: int = 1024,
|
39 |
-
temperature: float = 0.
|
40 |
top_p: float = 0.9,
|
41 |
top_k: int = 50,
|
42 |
repetition_penalty: float = 1.2,
|
|
|
36 |
chat_history: list[tuple[str, str]],
|
37 |
system_prompt: str,
|
38 |
max_new_tokens: int = 1024,
|
39 |
+
temperature: float = 0.4,
|
40 |
top_p: float = 0.9,
|
41 |
top_k: int = 50,
|
42 |
repetition_penalty: float = 1.2,
|