abhi1nandy2 commited on
Commit
cee06d9
1 Parent(s): 9eb3d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(
38
  message,
39
  history: list[tuple[str, str]],
40
  system_message=SYSTEM_MESSAGE,
41
- max_tokens=80,
42
  temperature=0.7,
43
  top_p=0.95,
44
  ):
 
38
  message,
39
  history: list[tuple[str, str]],
40
  system_message=SYSTEM_MESSAGE,
41
+ max_tokens=140,
42
  temperature=0.7,
43
  top_p=0.95,
44
  ):