Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4065719

Browse filesBrowse files
committed
Update README
1 parent 475f1f6 commit 4065719
Copy full SHA for 4065719

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.