File size: 628 Bytes
d07163a 5752ed1 d07163a 5752ed1 d07163a 5752ed1 d07163a 5752ed1 d07163a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
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`
|