issues
search
openai-php
/
client
⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.92k
stars
508
forks
source link
Improve error handling
#150
Closed
gehrisandro
closed
1 year ago
gehrisandro
commented
1 year ago
This PR fixes three problems:
Errors are sometimes returned as the first stream response #147
Error message is sometimes an array #146
Error message is sometimes empty
https://github.com/openai-php/laravel/issues/47
This PR fixes three problems: