Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -218,7 +218,7 @@ def run_interactive_notebook(client, model, tokenizer, messages, sbx, max_new_to
|
|
218 |
|
219 |
#code_cell_counter = 0
|
220 |
while True:
|
221 |
-
response_stream = client.
|
222 |
model=model,
|
223 |
messages=model_input,
|
224 |
details=True,
|
|
|
218 |
|
219 |
#code_cell_counter = 0
|
220 |
while True:
|
221 |
+
response_stream = client.text_generation(
|
222 |
model=model,
|
223 |
messages=model_input,
|
224 |
details=True,
|