Spaces:
Sleeping
Sleeping
Commit
·
4aa65e2
1
Parent(s):
96232c8
updated readme
Browse files
README.md
CHANGED
@@ -58,9 +58,11 @@ Feel free to type "help" at any time for assistance.
|
|
58 |
The chatbot may require configuration through environment variables. Check the `.env` file for details.
|
59 |
|
60 |
## Create an `.env` file.
|
|
|
61 |
```bash
|
62 |
echo OPENAI_API_KEY = <your-openai-api-key> > .env
|
63 |
```
|
|
|
64 |
```bash
|
65 |
echo OPENAI_API_KEY = <your-openai-api-key> > .env
|
66 |
```
|
|
|
58 |
The chatbot may require configuration through environment variables. Check the `.env` file for details.
|
59 |
|
60 |
## Create an `.env` file.
|
61 |
+
|
62 |
```bash
|
63 |
echo OPENAI_API_KEY = <your-openai-api-key> > .env
|
64 |
```
|
65 |
+
|
66 |
```bash
|
67 |
echo OPENAI_API_KEY = <your-openai-api-key> > .env
|
68 |
```
|