Skip to content

Using other models to create image #14

@ombudsmanviktor

Description

@ombudsmanviktor

Trying to create an image using other model than dall-e-3 not working. When I use gpt-4o, gpt-4, or any other options, I get something like "Error in parse_response(response) : Invalid model gpt-4o. The model argument should be left blank."

When I use dall-e-3 such below it works fine:

df <- openai::create_image(model = "dall-e-3", prompt = "PROMPT", n = 1, size = "1024x1024")

Wanting to use the new gpt-4 function of creating images from text using this package. Is that possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions