awacke1 commited on
Commit
e6c1356
·
1 Parent(s): 7be8f1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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. If using streamlit store them in secrets.toml. If deploying to Azure and other clouds use secrets.env and don't check these files in to source control.
32
- 5.
 
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
+