feat: add Google Gemini provider integration and docs

This commit is contained in:
2025-05-28 12:13:29 +02:00
parent aa2fd98cc1
commit 5da37f388f
9 changed files with 1015 additions and 87 deletions

View File

@ -33,6 +33,8 @@
"anthropic",
"openai",
"gpt",
"gemini",
"google",
"provider",
"typescript",
"nodejs"
@ -45,6 +47,7 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.52.0",
"@google/generative-ai": "^0.24.1",
"openai": "^4.103.0"
},
"devDependencies": {