iiced commited on
Commit
473963a
1 Parent(s): e6fa3d8

Update main.py

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