Skip to content

Commit 4065719

Browse files
committed
Update README
1 parent 475f1f6 commit 4065719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ First, install OpenAI via the [Composer](https://getcomposer.org/) package manag
2525
composer require openai-php/laravel
2626
```
2727

28-
Then execute the install command:
28+
Next, execute the install command:
2929

3030
```bash
3131
php artisan openai:install
3232
```
3333

3434
This will create a `config/openai.php` configuration file in your project, which you can modify to your needs
3535
using environment variables.
36-
The environment variables for the OpenAI API key and organization id are already added to your `.env` file.
36+
Blank environment variables for the OpenAI API key and organization id are already appended to your `.env` file.
3737

3838
```env
3939
OPENAI_API_KEY=sk-...

0 commit comments

Comments
 (0)