File size: 820 Bytes
12813d2
 
7f947d1
12813d2
 
 
 
 
 
 
 
 
7f947d1
 
 
 
 
 
 
 
7be8f1f
 
 
 
 
 
 
 
 
 
e6c1356
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Chatty Cortex
emoji: 🗣️🧠
colorFrom: purple
colorTo: indigo
sdk: streamlit
sdk_version: 1.28.1
app_file: app.py
pinned: false
license: mit
---

🗣️🧠 Chatty Cortex


Meet Chatty Cortex, 
the AI that loves to chat and share its thoughts! 
With its playful nod to the brain's thinking center, 
Chatty Cortex is always ready for a conversation. 

🎉💬




Setup if you are making a similar program:

1. Set up keys.  This program uses two:
2. HF_TOKEN - for this one create a new Access Token using the HuggingFace profile sidebar.
3. Chatty Cortex OPENAI_API_KEY	- for this use https://platform.openai.com/api-keys and give it a new named key.
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.