Super lightweight frontend for the groq API.
- Has a rudimentary memory for follow-up questions
- Customizable system prompt
- Session reset
That's about it!
You may need these requirements:
pip install flask groq markdown
Start it up:
python app.py
This assumes you have your GROQ_API_KEY
env var set. You can get one here