We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475f1f6 commit 4065719Copy full SHA for 4065719
README.md
@@ -25,15 +25,15 @@ First, install OpenAI via the [Composer](https://getcomposer.org/) package manag
25
composer require openai-php/laravel
26
```
27
28
-Then execute the install command:
+Next, execute the install command:
29
30
```bash
31
php artisan openai:install
32
33
34
This will create a `config/openai.php` configuration file in your project, which you can modify to your needs
35
using environment variables.
36
-The environment variables for the OpenAI API key and organization id are already added to your `.env` file.
+Blank environment variables for the OpenAI API key and organization id are already appended to your `.env` file.
37
38
```env
39
OPENAI_API_KEY=sk-...
0 commit comments