awacke1 commited on
Commit
a7e81ad
1 Parent(s): e3d2f3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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. 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
 
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. 🤖🧠