Rijgersberg commited on
Commit
7d3bb40
1 Parent(s): a174343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def generate(
33
  message: str,
34
  chat_history: list[tuple[str, str]],
35
  max_new_tokens: int = 1024,
36
- temperature: float = 0.6,
37
  top_p: float = 0.9,
38
  top_k: int = 40,
39
  repetition_penalty: float = 1.2,
 
33
  message: str,
34
  chat_history: list[tuple[str, str]],
35
  max_new_tokens: int = 1024,
36
+ temperature: float = 0.2,
37
  top_p: float = 0.9,
38
  top_k: int = 40,
39
  repetition_penalty: float = 1.2,