openai-php / client

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

Add fake 64_json string to test image response #462

Closed JanSuthacheeva closed 3 months ago

JanSuthacheeva commented 3 months ago

What:

Description:

According to issue #340 it is not possible to receive a fake b64_json string when testing the image response. The PR solves this issue.

Related:

Issue #340

gehrisandro commented 3 months ago

Thanks @JanSuthacheeva

JanSuthacheeva commented 3 months ago

Even though you merged the PR, I don't see the updated source code in the main branch - Am I missing something here @gehrisandro?