A conversational AI chatbot with memory built with Groq API (Llama 3.1) and Streamlit.
- 🧠 Conversation memory across messages
- ⚡ Powered by Llama 3.1 via Groq API
- 🎨 Clean web interface with Streamlit
- Python
- Groq API (Llama 3.1)
- Streamlit
- Clone the repo
- Install dependencies:
pip install -r requirements.txt - Create a
.envfile with your Groq API key - Run:
streamlit run app.py