Tonic commited on
Commit
d237726
·
1 Parent(s): 3ac672e

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
- 808, # Max new tokens
14
  0.1, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
 
10
  result = client.predict(
11
  user_input,
12
  system_prompt,
13
+ 660, # Max new tokens
14
  0.1, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty