openai-php/laravel

Base_URI not working

acecx opened this issue · 0 comments

I am unable to get the base_uri setting to work when configuring it through app/openai.php.

'base_uri' => env('PROXY_OPENAI_API', 'https://api.openai.com/v1'),