huedaya commited on
Commit
9c9cbde
·
verified ·
1 Parent(s): f410bac

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -21,7 +21,7 @@ class Item(BaseModel):
21
  history: list
22
  system_prompt: str
23
  temperature: float = 0.0
24
- max_new_tokens: int = 1048
25
  top_p: float = 0.15
26
  repetition_penalty: float = 1.0
27
 
 
21
  history: list
22
  system_prompt: str
23
  temperature: float = 0.0
24
+ max_new_tokens: int = 4192
25
  top_p: float = 0.15
26
  repetition_penalty: float = 1.0
27