Support Google Gemini 3

- Use thinking level for gemini 3 models instead of thinking budget.
- Bump google gemini library
- Add default context, pricing
This commit is contained in:
Debanjum
2025-11-16 23:25:48 -08:00
parent a30c5f245d
commit 57d6ebb1b8
5 changed files with 22 additions and 13 deletions

View File

@@ -87,7 +87,7 @@ dependencies = [
"django_apscheduler == 0.7.0",
"anthropic == 0.52.0",
"docx2txt == 0.8",
"google-genai == 1.11.0",
"google-genai == 1.51.0",
"google-auth ~= 2.23.3",
"pyjson5 == 1.6.7",
"resend == 1.0.1",