Spaces:
Sleeping
Sleeping
no message
Browse files
main.py
CHANGED
@@ -28,7 +28,7 @@ class Item(BaseModel):
|
|
28 |
history: list
|
29 |
system_prompt: str
|
30 |
temperature: float = 0.8
|
31 |
-
max_new_tokens: int =
|
32 |
top_p: float = 0.15
|
33 |
repetition_penalty: float = 1.0
|
34 |
|
|
|
28 |
history: list
|
29 |
system_prompt: str
|
30 |
temperature: float = 0.8
|
31 |
+
max_new_tokens: int = 4000
|
32 |
top_p: float = 0.15
|
33 |
repetition_penalty: float = 1.0
|
34 |
|