Add Google Gemini as AI provider
- 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
This commit is contained in:
@@ -3,6 +3,7 @@ discord.py>=2.3.0
|
||||
|
||||
# AI Providers
|
||||
anthropic>=0.18.0
|
||||
google-genai>=1.0.0
|
||||
openai>=1.12.0
|
||||
|
||||
# HTTP Client
|
||||
|
||||
Reference in New Issue
Block a user