dwb2023 commited on
Commit
05d3b25
·
verified ·
1 Parent(s): 9bd42bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def generate(
40
  chat_history: list[tuple[str, str]],
41
  max_new_tokens: int = 1024,
42
  temperature: float = 0.1,
43
- top_p: float = 0.9,
44
  top_k: int = 3,
45
  repetition_penalty: float = 1.4,
46
  ) -> Iterator[str]:
 
40
  chat_history: list[tuple[str, str]],
41
  max_new_tokens: int = 1024,
42
  temperature: float = 0.1,
43
+ top_p: float = 0.4,
44
  top_k: int = 3,
45
  repetition_penalty: float = 1.4,
46
  ) -> Iterator[str]: