WillHeld commited on
Commit
e0ebee5
·
verified ·
1 Parent(s): bcacb56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ def predict(message, history, temperature, top_p):
25
  "top_p": float(top_p),
26
  "do_sample": True,
27
  "streamer": streamer,
28
- "eos_token_id": 128009
29
  }
30
 
31
  # Run generation in a separate thread
 
25
  "top_p": float(top_p),
26
  "do_sample": True,
27
  "streamer": streamer,
 
28
  }
29
 
30
  # Run generation in a separate thread