Suppressing <IPython.core.display.HTML object> with console app #598
-
I installed jupyter lab in my environment and now when running a console app, the below is displayed. Any way to disable this? <IPython.core.display.HTML object> |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you can create the model object with gpt4 = models.OpenAI(
model="gpt-4-1106-preview",
echo=False
) |
Beta Was this translation helpful? Give feedback.
you can create the model object with
echo=False
: