Spaces:
Runtime error
Runtime error
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:
- Set up keys. This program uses two:
- HF_TOKEN - for this one create a new Access Token using the HuggingFace profile sidebar.
- Chatty Cortex OPENAI_API_KEY - for this use https://platform.openai.com/api-keys and give it a new named key.
- For keys securely store them. Streamlit stores them in secrets.toml. Clouds use secrets.env. Don't check these files in to source control.