traversaal-ai commited on
Commit
a50536c
1 Parent(s): 25a2f7a

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -60,7 +60,7 @@ You are a chatbot. Provide answers with your best knowledge. Don't say you don't
60
  ""
61
  """
62
  sequences = pipeline(
63
- prompt,
64
  do_sample=True,
65
  temperature=0.2,
66
  top_p=0.9,
 
60
  ""
61
  """
62
  sequences = pipeline(
63
+ chat_prompt,
64
  do_sample=True,
65
  temperature=0.2,
66
  top_p=0.9,