An AI chatbot specialized in fruits, powered by Azure OpenAI. Answers questions about fruit taste, nutrition, and more in a cute tone.
- π Expert answers about fruits
- π¬ Remembers recent conversation history
- π Streamlit web UI
- Azure OpenAI GPT-4o-mini
- Streamlit
- Python
Create a .env file:
AZURE_OAI_ENDPOINT=your-endpoint
AZURE_OAI_KEY=your-api-key
AZURE_OAI_DEPLOYMENT=your-deployment-name
pip install -r requirements.txt
streamlit run app.py