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

Base_URI not working #108

Open acecx opened 4 months ago

acecx commented 4 months ago

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