mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-08 10:34:23 +01:00
🎯 fix: Google AI Client Stability; feat: gemini-exp models (#4781)
* fix: Google timing out and issuing AbortError, bump package, and use `@google/generative-ai` explicitly for latest models * feat: gemini-exp-
This commit is contained in:
parent
56b60cf863
commit
2a77c98f51
5 changed files with 19 additions and 22 deletions
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -50,7 +50,7 @@
|
|||
"@keyv/redis": "^2.8.1",
|
||||
"@langchain/community": "^0.3.13",
|
||||
"@langchain/core": "^0.3.17",
|
||||
"@langchain/google-genai": "^0.1.3",
|
||||
"@langchain/google-genai": "^0.1.4",
|
||||
"@langchain/google-vertexai": "^0.1.2",
|
||||
"@langchain/textsplitters": "^0.1.0",
|
||||
"@librechat/agents": "^1.7.7",
|
||||
|
|
@ -218,10 +218,9 @@
|
|||
}
|
||||
},
|
||||
"api/node_modules/@langchain/google-genai": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-0.1.3.tgz",
|
||||
"integrity": "sha512-GHZV4qEMoi+rnqSM5I+ADXwUSBRSD0hsmlS1lTQEGW9HmvzPu3zryvYjuRAoelZSENTmZmBatdM+kgiV8H2+JA==",
|
||||
"license": "MIT",
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@langchain/google-genai/-/google-genai-0.1.4.tgz",
|
||||
"integrity": "sha512-b8qrqnHYbNseaAikrWyxuDTww6CUIse82F5/BmF2GtWVR25yJrNUWETfTp7o7iIMxhFR0PuQag4gEZOL74F5Tw==",
|
||||
"dependencies": {
|
||||
"@google/generative-ai": "^0.21.0",
|
||||
"zod-to-json-schema": "^3.22.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue