mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 16:05:00 +00:00
fix: update langchainjs (#2136)
quick update of the langchainjs example to quiet down some dependency security scanner noise Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
parent
c8dd8e5ef4
commit
eed285f9de
4 changed files with 1407 additions and 255 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "langchainjs-localai-example",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "Trivial Example of using langchain + the OpenAI API + LocalAI together",
|
||||
"main": "index.mjs",
|
||||
"scripts": {
|
||||
|
@ -15,7 +15,11 @@
|
|||
"typescript": "^5.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"langchain": "^0.0.67",
|
||||
"typeorm": "^0.3.15"
|
||||
"@langchain/community": "^0.0.52",
|
||||
"@langchain/openai": "^0.0.28",
|
||||
"langchain": "^0.1.36"
|
||||
},
|
||||
"overrides": {
|
||||
"@langchain/core": "0.1.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue