Skip to content

Commit

Permalink
updated langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk committed Dec 3, 2024
1 parent 1a1a64b commit 5c15cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/LLMProviders/langchain/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 5c15cef

Please sign in to comment.