gmonsoon commited on
Commit
b19ee9e
·
verified ·
1 Parent(s): 7fac9d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def stream_chat(
63
  history: list,
64
  system_prompt: str,
65
  temperature: float = 0.8,
66
- max_new_tokens: int = 2500,
67
  top_p: float = 1.0,
68
  top_k: int = 20,
69
  penalty: float = 1.1,
 
63
  history: list,
64
  system_prompt: str,
65
  temperature: float = 0.8,
66
+ max_new_tokens: int = 1000,
67
  top_p: float = 1.0,
68
  top_k: int = 20,
69
  penalty: float = 1.1,