awacke1's picture
Update README.md
7be8f1f
|
raw
history blame
861 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. 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.