ThongCoding commited on
Commit
bf98041
·
verified ·
1 Parent(s): b76bdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def respond(
11
  message,
12
  history: list[tuple[str, str]],
13
  system_message="You are a helpful assistant.",
14
- max_tokens=128,
15
  temperature=0.5,
16
  top_p=0.9,
17
  ):
 
11
  message,
12
  history: list[tuple[str, str]],
13
  system_message="You are a helpful assistant.",
14
+ max_tokens=2048,
15
  temperature=0.5,
16
  top_p=0.9,
17
  ):