MatteoScript commited on
Commit
9a48a48
·
verified ·
1 Parent(s): 07db5b7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -32,7 +32,7 @@ class InputData(BaseModel):
32
  systemStyle: str = ''
33
  instruction: str = ''
34
  temperature: float = 0.7
35
- max_new_tokens: int = 30000
36
  top_p: float = 0.95
37
  repetition_penalty: float = 1.0
38
 
 
32
  systemStyle: str = ''
33
  instruction: str = ''
34
  temperature: float = 0.7
35
+ max_new_tokens: int = 2000
36
  top_p: float = 0.95
37
  repetition_penalty: float = 1.0
38