Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -21,7 +21,7 @@ class Item(BaseModel):
|
|
21 |
history: list
|
22 |
system_prompt: str
|
23 |
temperature: float = 0.0
|
24 |
-
max_new_tokens: int =
|
25 |
top_p: float = 0.15
|
26 |
repetition_penalty: float = 1.0
|
27 |
|
|
|
21 |
history: list
|
22 |
system_prompt: str
|
23 |
temperature: float = 0.0
|
24 |
+
max_new_tokens: int = 10240
|
25 |
top_p: float = 0.15
|
26 |
repetition_penalty: float = 1.0
|
27 |
|