feat: add Google Gemini provider integration and docs
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user