diff --git a/package.json b/package.json index 90ce405f..b9acdeb8 100644 --- a/package.json +++ b/package.json @@ -66,11 +66,11 @@ "@google-ai/generativelanguage": "^1.1.0", "@huggingface/inference": "2.7.0", "@koa/cors": "^5.0.0", - "@langchain/anthropic": "^0.3.1", + "@langchain/anthropic": "^0.3.8", "@langchain/community": "^0.2.25", "@langchain/core": "^0.3.1", - "@langchain/google-genai": "^0.1.0", - "@langchain/openai": "^0.3.0", + "@langchain/google-genai": "^0.1.4", + "@langchain/openai": "^0.3.14", "@mozilla/readability": "^0.4.4", "@react-icons/all-files": "^4.1.0", "@rjsf/core": "^5.20.0", @@ -95,7 +95,7 @@ "json5": "^2.2.3", "koa": "^2.15.3", "koa-proxies": "^0.12.4", - "langchain": "^0.3.2", + "langchain": "^0.3.6", "live-plugin-manager": "^0.18.1", "lockfile": "^1.0.4", "lodash.get": "^4.4.2", diff --git a/src/LLMProviders/langchain/base.tsx b/src/LLMProviders/langchain/base.tsx index 7b326612..c30a9d62 100644 --- a/src/LLMProviders/langchain/base.tsx +++ b/src/LLMProviders/langchain/base.tsx @@ -23,7 +23,6 @@ import { AI_MODELS, } from "../refs"; import { Callbacks } from "@langchain/core/callbacks/manager"; -import handlebars from "react-syntax-highlighter/dist/esm/languages/hljs/handlebars"; import JSON5 from "json5"; import { Handlebars } from "#/helpers/handlebars-helpers";