Skip to content

Suppressing <IPython.core.display.HTML object> with console app #598

Answered by slundberg
chris-cortner asked this question in Q&A
Discussion options

You must be logged in to vote

you can create the model object with echo=False:

gpt4 = models.OpenAI(
    model="gpt-4-1106-preview",
    echo=False
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chris-cortner
Comment options

Answer selected by chris-cortner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants