Marroco93 commited on
Commit
2cdac6c
·
1 Parent(s): 5b8435c

90000 tokens

Browse files
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 = 9000
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 = 90000
20
  top_p: float = 0.15
21
  repetition_penalty: float = 1.0
22