# Optional AI Chat Provider Dependencies
# Install these only if you want to use real AI models in the chat interface

# Google Gemini AI
google-generativeai>=0.8.3

# OpenAI GPT
openai>=1.59.0

# Installation command:
# pip install -r requirements-ai.txt
