You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the content returned by openai is not JSON,/vendor/openai php/client/src/Transporters/HttpTransporter. php (61): will throw an exception, but we cannot obtain the specific content by capturing the DeserializableResponse
Could we add the contents attribute to the UnserializableResponse class?
Description
When the content returned by openai is not JSON,/vendor/openai php/client/src/Transporters/HttpTransporter. php (61): will throw an exception, but we cannot obtain the specific content by capturing the DeserializableResponse
Could we add the contents attribute to the UnserializableResponse class?
Steps To Reproduce
OpenAI PHP Client Version
v0.8.1
PHP Version
8.1
Notes
No response
The text was updated successfully, but these errors were encountered: