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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -18,4 +18,15 @@ the AI that loves to chat and share its thoughts!
18
  With its playful nod to the brain's thinking center,
19
  Chatty Cortex is always ready for a conversation.
20
 
21
- 🎉💬
 
 
 
 
 
 
 
 
 
 
 
 
18
  With its playful nod to the brain's thinking center,
19
  Chatty Cortex is always ready for a conversation.
20
 
21
+ 🎉💬
22
+
23
+
24
+
25
+
26
+ 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. 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.