TenzinGayche commited on
Commit
e573bba
·
verified ·
1 Parent(s): a079f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ stop_event = Event()
28
  def generate(
29
  message: str,
30
  chat_history: list[dict],
31
- max_new_tokens: int = 1024,
32
  temperature: float = 0.6,
33
  top_p: float = 0.9,
34
  top_k: int = 50,
 
28
  def generate(
29
  message: str,
30
  chat_history: list[dict],
31
+ max_new_tokens: int = 2048,
32
  temperature: float = 0.6,
33
  top_p: float = 0.9,
34
  top_k: int = 50,