Marroco93 commited on
Commit
245c296
1 Parent(s): 4cc4589
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ class Item(BaseModel):
16
  history: list
17
  system_prompt: str
18
  temperature: float = 0.8
19
- max_new_tokens: int = 32000
20
  top_p: float = 0.15
21
  repetition_penalty: float = 1.0
22
 
 
16
  history: list
17
  system_prompt: str
18
  temperature: float = 0.8
19
+ max_new_tokens: int = 12000
20
  top_p: float = 0.15
21
  repetition_penalty: float = 1.0
22