Spaces:
Sleeping
Sleeping
Commit
·
f358d58
1
Parent(s):
4aa65e2
updated readme
Browse files
README.md
CHANGED
@@ -62,10 +62,11 @@ The chatbot may require configuration through environment variables. Check the `
|
|
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 |
```
|
|
|
69 |
Create an OPENAI_API_KEY here https://platform.openai.com/api-keys
|
70 |
|
71 |
|
|
|
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 |
```
|
69 |
+
|
70 |
Create an OPENAI_API_KEY here https://platform.openai.com/api-keys
|
71 |
|
72 |
|