dylanonfb commited on
Commit
5d1d8a3
1 Parent(s): 453d0e8

max token size updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def respond(
55
  message,
56
  history: list[tuple[str, str]],
57
  system_message="You are a friendly Chatbot.",
58
- max_tokens=2048,
59
  temperature=0.7,
60
  top_p=0.95
61
  ):
 
55
  message,
56
  history: list[tuple[str, str]],
57
  system_message="You are a friendly Chatbot.",
58
+ max_tokens=512,
59
  temperature=0.7,
60
  top_p=0.95
61
  ):