Spaces:
Sleeping
Sleeping
tempeature
Browse files
main.py
CHANGED
@@ -14,7 +14,7 @@ class Item(BaseModel):
|
|
14 |
prompt: str
|
15 |
history: list
|
16 |
system_prompt: str
|
17 |
-
temperature: float = 0.
|
18 |
max_new_tokens: int = 9000
|
19 |
top_p: float = 0.15
|
20 |
repetition_penalty: float = 1.0
|
|
|
14 |
prompt: str
|
15 |
history: list
|
16 |
system_prompt: str
|
17 |
+
temperature: float = 0.8
|
18 |
max_new_tokens: int = 9000
|
19 |
top_p: float = 0.15
|
20 |
repetition_penalty: float = 1.0
|