mohmehdi commited on
Commit
204c579
·
verified ·
1 Parent(s): bce2308

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ def generate(
25
  top_p=top_p,
26
  repetition_penalty=repetition_penalty,
27
  do_sample=True,
28
- seed=42,
29
  )
30
 
31
  formatted_prompt = format_prompt(prompt, history)
 
25
  top_p=top_p,
26
  repetition_penalty=repetition_penalty,
27
  do_sample=True,
 
28
  )
29
 
30
  formatted_prompt = format_prompt(prompt, history)