Tonic commited on
Commit
32954c1
·
1 Parent(s): b566f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(user_input):
10
  result = client.predict(
11
  user_input,
12
  system_prompt,
13
- 480, # Max new tokens
14
  1.3, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
 
10
  result = client.predict(
11
  user_input,
12
  system_prompt,
13
+ 1269, # Max new tokens
14
  1.3, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty