| --- | |
| 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` | |