Chatbot / app.py
Turbiling's picture
Update app.py
d07163a verified
Raw
History Blame Contribute Delete
628 Bytes
---
title: "Chainlit Groq Chatbot"
emoji: "πŸ€–"
colorFrom: "blue"
colorTo: "green"
sdk: "chainlit"
sdk_version: "0.7.600" # Optional: You can omit or update this version
app_file: "app.py"
pinned: false
---
# πŸ€– Chainlit Chatbot with Groq API
This is a simple AI chatbot powered by Chainlit and the Groq API (LLaMA 3). Deployed on Hugging Face Spaces.
## How to Use
Just open the Space and start chatting! πŸŽ‰
## Setup Instructions (for contributors)
1. Create a secret key named `GROQ_API_KEY` in the Hugging Face Space settings.
2. Upload the following files:
- `app.py`
- `requirements.txt`
- `README.md`