Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ Setup if you are making a similar program:
|
|
27 |
|
28 |
1. Set up keys. This program uses two:
|
29 |
2. HF_TOKEN - for this one create a new Access Token using the HuggingFace profile sidebar.
|
30 |
-
3.
|
31 |
4. For keys securely store them. Streamlit stores them in secrets.toml. Clouds use secrets.env. Don't check these files in to source control.
|
32 |
|
33 |
Once upon a time, there was an AI named Chatty Cortex. 🤖🧠
|
|
|
27 |
|
28 |
1. Set up keys. This program uses two:
|
29 |
2. HF_TOKEN - for this one create a new Access Token using the HuggingFace profile sidebar.
|
30 |
+
3. OPENAI_API_KEY - for this use https://platform.openai.com/api-keys and give it a new named key.
|
31 |
4. For keys securely store them. Streamlit stores them in secrets.toml. Clouds use secrets.env. Don't check these files in to source control.
|
32 |
|
33 |
Once upon a time, there was an AI named Chatty Cortex. 🤖🧠
|