lvwerra HF staff commited on
Commit
6b6ff22
·
verified ·
1 Parent(s): fa34d67

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -220,7 +220,7 @@ def run_interactive_notebook(client, model, tokenizer, messages, sbx, max_new_to
220
  while True:
221
  response_stream = client.text_generation(
222
  model=model,
223
- messages=model_input,
224
  details=True,
225
  stream=True,
226
  max_tokens=max_new_tokens,
 
220
  while True:
221
  response_stream = client.text_generation(
222
  model=model,
223
+ prompt=model_input,
224
  details=True,
225
  stream=True,
226
  max_tokens=max_new_tokens,