- Add gemini.py provider using google-genai SDK - Update config.py with gemini provider and GEMINI_API_KEY - Update ai_service.py factory to support gemini - Add google-genai to requirements.txt - Update .env.example, README.md, and CLAUDE.md documentation
16 lines
206 B
Plaintext
16 lines
206 B
Plaintext
# Discord
|
|
discord.py>=2.3.0
|
|
|
|
# AI Providers
|
|
anthropic>=0.18.0
|
|
google-genai>=1.0.0
|
|
openai>=1.12.0
|
|
|
|
# HTTP Client
|
|
aiohttp>=3.9.0
|
|
|
|
# Configuration
|
|
pydantic>=2.6.0
|
|
pydantic-settings>=2.2.0
|
|
python-dotenv>=1.0.0
|