Spaces:
Build error
Build error
Merge pull request #16 from andreped/andreped-patch-1
Browse files
README.md
CHANGED
@@ -57,9 +57,9 @@ source venv/bin/activate
|
|
57 |
pip install -r requirements.txt
|
58 |
```
|
59 |
|
60 |
-
2. Create the secrets file at `.streamlit/secrets.toml`
|
61 |
```
|
62 |
-
OPENAI_API_KEY = "
|
63 |
CHATGPT_MODEL = "<insert model name>"
|
64 |
OPENAI_API_BASE = "https://<insert-openai-service-name>.openai.azure.com"
|
65 |
OPENAI_API_VERSION = "<insert version>"
|
|
|
57 |
pip install -r requirements.txt
|
58 |
```
|
59 |
|
60 |
+
2. Create the secrets file at `.streamlit/secrets.toml` and fill in the relevant info:
|
61 |
```
|
62 |
+
OPENAI_API_KEY = "<insert OpenAI API key>"
|
63 |
CHATGPT_MODEL = "<insert model name>"
|
64 |
OPENAI_API_BASE = "https://<insert-openai-service-name>.openai.azure.com"
|
65 |
OPENAI_API_VERSION = "<insert version>"
|