openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
MIT License
2.75k stars 185 forks source link

Add testing ability #27

Closed gehrisandro closed 1 year ago

gehrisandro commented 1 year ago

Implements https://github.com/openai-php/laravel/issues/23

As I've mentioned here, most of the logic is in the client: https://github.com/openai-php/client/pull/71