Spaces:
Build error
Build error
Commit
·
e928b26
1
Parent(s):
a44a0ba
Add env vars instructions
Browse files
README.md
CHANGED
|
@@ -16,6 +16,12 @@ Install the dependencies:
|
|
| 16 |
pip install -r requirements.txt
|
| 17 |
```
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
And you're good to go!
|
| 20 |
|
| 21 |
```shell
|
|
|
|
| 16 |
pip install -r requirements.txt
|
| 17 |
```
|
| 18 |
|
| 19 |
+
Create a `.env` file with your OpenAI key:
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
OPENAI_API_KEY="<your_key_here>"
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
And you're good to go!
|
| 26 |
|
| 27 |
```shell
|