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

Introduce OpenAIThrowable #429

Open VincentLanglet opened 2 weeks ago

VincentLanglet commented 2 weeks ago

What:

Description:

Hi @gehrisandro

I'm trying to move https://github.com/openai-php/client/pull/287 forward by splitting it in 3 smaller PRs:

The purpose of this PR is to provide an easy way to try/catch method of this lib:

Related:

https://github.com/openai-php/client/pull/287