openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base_URI not working

acecx opened this issue · comments

commented

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'),