#First Change A simple chatbot web app built with Streamlit and LiteLLM. It uses Google's Gemini API to generate responses in a conversational format.
- Chat interface using Streamlit's
chat_inputandchat_message - Uses Google's Gemini 1.5 Flash model via LiteLLM
- Maintains message history in the session
- Fast, responsive UI with easy deployment
- Python 3.8+
- Dependencies listed in
requirements.txt
Install them with:
pip install -r requirements.txt