Staticaliza commited on
Commit
e17f223
·
1 Parent(s): 8167b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -33,9 +33,7 @@ def predict(input, instruction, history, temperature, top_p, top_k, rep_p, max_t
33
  top_p = top_p,
34
  top_k = top_k,
35
  repetition_penalty = rep_p,
36
- stop_sequences = stops,
37
  do_sample = True,
38
- seed = seed,
39
  stream = False,
40
  details = False,
41
  return_full_text = False
 
33
  top_p = top_p,
34
  top_k = top_k,
35
  repetition_penalty = rep_p,
 
36
  do_sample = True,
 
37
  stream = False,
38
  details = False,
39
  return_full_text = False