openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.57k stars 466 forks source link

Switch to supported size for dall-e-3 #297

Closed JeffreyWay closed 6 months ago

JeffreyWay commented 6 months ago

Description:

Just a quick readme update. It looks like 256x256 is an invalid size for the dall-e-3 model.

Related:

See here for supported sizes: https://platform.openai.com/docs/api-reference/images/create#images-create-size

gehrisandro commented 6 months ago

Thank you @JeffreyWay 🚀