Artples commited on
Commit
27319be
1 Parent(s): 8fc750f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def generate(
36
  chat_history: list[tuple[str, str]],
37
  system_prompt: str,
38
  max_new_tokens: int = 1024,
39
- temperature: float = 0.4,
40
  top_p: float = 0.9,
41
  top_k: int = 50,
42
  repetition_penalty: float = 1.2,
 
36
  chat_history: list[tuple[str, str]],
37
  system_prompt: str,
38
  max_new_tokens: int = 1024,
39
+ temperature: float = 0.1,
40
  top_p: float = 0.9,
41
  top_k: int = 50,
42
  repetition_penalty: float = 1.2,