Spaces:
Sleeping
Sleeping
Commit
·
da9bbd9
1
Parent(s):
7d3bb40
Lower!
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def generate(
|
|
| 33 |
message: str,
|
| 34 |
chat_history: list[tuple[str, str]],
|
| 35 |
max_new_tokens: int = 1024,
|
| 36 |
-
temperature: float = 0.
|
| 37 |
top_p: float = 0.9,
|
| 38 |
top_k: int = 40,
|
| 39 |
repetition_penalty: float = 1.2,
|
|
|
|
| 33 |
message: str,
|
| 34 |
chat_history: list[tuple[str, str]],
|
| 35 |
max_new_tokens: int = 1024,
|
| 36 |
+
temperature: float = 0.1,
|
| 37 |
top_p: float = 0.9,
|
| 38 |
top_k: int = 40,
|
| 39 |
repetition_penalty: float = 1.2,
|