Tonic commited on
Commit
77ed180
·
1 Parent(s): 9ed8daa

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