Marroco93 commited on
Commit
e40242b
1 Parent(s): 9441c54

tempeature

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -14,7 +14,7 @@ class Item(BaseModel):
14
  prompt: str
15
  history: list
16
  system_prompt: str
17
- temperature: float = 0.0
18
  max_new_tokens: int = 9000
19
  top_p: float = 0.15
20
  repetition_penalty: float = 1.0
 
14
  prompt: str
15
  history: list
16
  system_prompt: str
17
+ temperature: float = 0.8
18
  max_new_tokens: int = 9000
19
  top_p: float = 0.15
20
  repetition_penalty: float = 1.0