Edits Class : Response body parse failed. See previous exception for details #11
|
As I can see that the response was generated but for some reason the CreateResponse : id is not returned |
Replies: 3 comments
|
Thanks for letting us know @NeelDroid. At first glance it looks like the We'll be looking into this soon. In the interim, we would recommend using https://tectalic.com/apis/openai/docs/php#retrieving-the-response |
|
Hi again @NeelDroid, We have reported this issue to the OpenAI team, as their official API specification defines the I'm unsure whether these properties have been removed from the API recently. We will wait to hear back from them. Thanks for your patience, James |
|
Hi there @NeelDroid, We have released version 1.3.1 today, and this new version contains a fix for this issue. Please see https://github.com/tectalichq/public-openai-client-php/releases/tag/v1.3.1 for details. After you update to this new version, you should be able to retrieve a Model response for the |

Hi there @NeelDroid,
We have released version 1.3.1 today, and this new version contains a fix for this issue. Please see https://github.com/tectalichq/public-openai-client-php/releases/tag/v1.3.1 for details.
After you update to this new version, you should be able to retrieve a Model response for the
Edits::create()handler method.