Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -26,7 +26,7 @@ class Item(BaseModel):
|
|
26 |
history: list
|
27 |
system_prompt: str
|
28 |
temperature: float = 0.0
|
29 |
-
max_new_tokens: int =
|
30 |
top_p: float = 0.15
|
31 |
repetition_penalty: float = 1.0
|
32 |
|
|
|
26 |
history: list
|
27 |
system_prompt: str
|
28 |
temperature: float = 0.0
|
29 |
+
max_new_tokens: int = 2048
|
30 |
top_p: float = 0.15
|
31 |
repetition_penalty: float = 1.0
|
32 |
|