openai-php / laravel

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

APi Key not found #117

Open Muhammad-Huzaifa7 opened 4 months ago

Muhammad-Huzaifa7 commented 4 months ago

I have added the open ai key in the env file and getting it in config as "'apikey' => env('OPENAI_API_KEY')," but when i runs the command to create tread by this package i get the error "local.ERROR: Incorrect API key provided: ''. You can find your API key at https://platform.openai.com/account/api-keys. {"exception":"[object] (OpenAI\Exceptions\ErrorException(code: 0): Incorrect API key provided: ''. You can find your API key at https://platform.openai.com/account/api-keys. at C:\xampp2\htdocs\z360\vendor\openai-php\client\src\Transporters\HttpTransporter.php:131)"