openai-php / client

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

Add revised_prompt to image creation response #242

Closed gehrisandro closed 8 months ago

gehrisandro commented 8 months ago

There is a new property: revised_prompt

https://platform.openai.com/docs/api-reference/images/object

gehrisandro commented 8 months ago

Implemented in https://github.com/openai-php/client/pull/257