awacke1's picture
Update README.md
e6c1356
|
raw
history blame
820 Bytes
metadata
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.