Marroco93 commited on
Commit
6b74d17
1 Parent(s): 1667997

no message

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = 12000
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