Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -28,5 +28,5 @@ Setup if you are making a similar program:
|
|
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. Chatty Cortex 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.
|
32 |
-
|
|
|
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. Chatty Cortex 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 |
+
|