-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Labels
No labels