fix(Google Gemini Chat Model Node): Ping @google/generative-ai version (no-changelog) (#9184)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
oleg 2024-04-24 11:36:13 +02:00 committed by GitHub
parent 3996d2852a
commit 8f5a6bec55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 deletions

View file

@ -133,13 +133,13 @@
"@aws-sdk/credential-provider-node": "3.549.0",
"@getzep/zep-js": "0.9.0",
"@google-ai/generativelanguage": "0.2.1",
"@google/generative-ai": "^0.5.0",
"@google/generative-ai": "0.8.0",
"@huggingface/inference": "2.6.4",
"@langchain/anthropic": "^0.1.3",
"@langchain/cohere": "^0.0.5",
"@langchain/community": "0.0.44",
"@langchain/core": "0.1.41",
"@langchain/google-genai": "^0.0.11",
"@langchain/google-genai": "^0.0.12",
"@langchain/mistralai": "0.0.13",
"@langchain/openai": "^0.0.16",
"@langchain/pinecone": "^0.0.3",

View file

@ -233,8 +233,8 @@ importers:
specifier: 0.2.1
version: 0.2.1
'@google/generative-ai':
specifier: ^0.5.0
version: 0.5.0
specifier: 0.8.0
version: 0.8.0
'@huggingface/inference':
specifier: 2.6.4
version: 2.6.4
@ -251,8 +251,8 @@ importers:
specifier: 0.1.41
version: 0.1.41
'@langchain/google-genai':
specifier: ^0.0.11
version: 0.0.11
specifier: ^0.0.12
version: 0.0.12
'@langchain/mistralai':
specifier: 0.0.13
version: 0.0.13
@ -5209,13 +5209,13 @@ packages:
- supports-color
dev: false
/@google/generative-ai@0.1.3:
resolution: {integrity: sha512-Cm4uJX1sKarpm1mje/MiOIinM7zdUUrQp/5/qGPAgznbdd/B9zup5ehT6c1qGqycFcSopTA1J1HpqHS5kJR8hQ==}
/@google/generative-ai@0.7.1:
resolution: {integrity: sha512-WTjMLLYL/xfA5BW6xAycRPiAX7FNHKAxrid/ayqC1QMam0KAK0NbMeS9Lubw80gVg5xFMLE+H7pw4wdNzTOlxw==}
engines: {node: '>=18.0.0'}
dev: false
/@google/generative-ai@0.5.0:
resolution: {integrity: sha512-uxfN3mROgVxb+9KrlVHIiglcWgNE86pVTS9TRkGS6hMvQoZ5TrB1TIMcW5ZYWxlRhMwtmEdJnNMUxSqM3Qp/Ag==}
/@google/generative-ai@0.8.0:
resolution: {integrity: sha512-O55FgK1Jvl2JuJP1cnRHEAM8A4Lr3yKtjQrCn2QXOXVT+L5+o/nFQcx0/oIo3oq1Kq9TjjgewXyb9BBrK+Wd0A==}
engines: {node: '>=18.0.0'}
dev: false
@ -6366,11 +6366,11 @@ packages:
zod-to-json-schema: 3.22.4(zod@3.22.4)
dev: false
/@langchain/google-genai@0.0.11:
resolution: {integrity: sha512-o4+r+ETmcPqcrRTJeJQQ0c796IAx1dvVkZvFsUqLhTIteIQuAc2KenY/UDGQxZVghw6fZf4irN/PvkNHJjfgWw==}
/@langchain/google-genai@0.0.12:
resolution: {integrity: sha512-NDARJ+ZxjlkTHDvNroiG6V+3gW0u0OlMvbDEYAAXR6wFGIV09//ekolr+bA290ZCN77Ei+BEOsd6Ax1wBk3Z4w==}
engines: {node: '>=18'}
dependencies:
'@google/generative-ai': 0.1.3
'@google/generative-ai': 0.7.1
'@langchain/core': 0.1.41
dev: false