Marroco93 commited on
Commit
a0ed03b
1 Parent(s): f2b775d
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -18,7 +18,7 @@ class Item(BaseModel):
18
  history: list
19
  system_prompt: str
20
  temperature: float = 0.8
21
- max_new_tokens: int = 9000
22
  top_p: float = 0.15
23
  repetition_penalty: float = 1.0
24
 
 
18
  history: list
19
  system_prompt: str
20
  temperature: float = 0.8
21
+ max_new_tokens: int = 8000
22
  top_p: float = 0.15
23
  repetition_penalty: float = 1.0
24