openai-php / client

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

fix: Update image url content type to use url instead of file id #422

Closed knash94 closed 3 weeks ago

knash94 commented 3 weeks ago

What:

Description:

This fixes an issue where the image url content type response returns a url field instead of file_id which was previously put into the code. Updated the existing test coverage to use the correct response.

Open AI docs for message object

gehrisandro commented 3 weeks ago

Thanks a lot @knash94