Tonic commited on
Commit
e45665c
1 Parent(s): 940b7ed

Update app_template.py

Browse files
Files changed (1) hide show
  1. app_template.py +1 -1
app_template.py CHANGED
@@ -10,7 +10,7 @@ def predict_beta(message, chatbot=[], system_prompt=""):
10
  client = Client(tulu)
11
 
12
  try:
13
- max_new_tokens = 350
14
  temperature = 0.4
15
  top_p = 0.9
16
  repetition_penalty = 0.9
 
10
  client = Client(tulu)
11
 
12
  try:
13
+ max_new_tokens = 2250
14
  temperature = 0.4
15
  top_p = 0.9
16
  repetition_penalty = 0.9