You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ pip install .
60
60
```
61
61
7.**Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
62
62
```
63
-
mv .env.example .env
63
+
mv .example.env .env
64
64
```
65
65
8.**Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
0 commit comments