Skip to content

Commit 096451f

Browse files
committed
update langchain version
1 parent 4682be5 commit 096451f

File tree

7 files changed

+2
-34
lines changed

7 files changed

+2
-34
lines changed

packages/components/nodes/chatmodels/ChatGoogleVertexAI/ChatGoogleVertexAI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class GoogleVertexAI_ChatModels implements INode {
114114
const maxOutputTokens = nodeData.inputs?.maxOutputTokens as string
115115
const topP = nodeData.inputs?.topP as string
116116

117-
const obj: Partial<GoogleVertexAIChatInput> = {
117+
const obj: GoogleVertexAIChatInput<GoogleAuthOptions> = {
118118
temperature: parseFloat(temperature),
119119
model: modelName
120120
}

packages/components/nodes/llms/OpenAI/OpenAI.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ class OpenAI_LLMs implements INode {
4646
{
4747
label: 'davinci-002',
4848
name: 'davinci-002'
49-
},
50-
{
51-
label: 'gpt-3.5-turbo-base',
52-
name: 'gpt-3.5-turbo-base'
5349
}
5450
],
5551
default: 'gpt-3.5-turbo-instruct',

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"google-auth-library": "^9.0.0",
4343
"graphql": "^16.6.0",
4444
"html-to-text": "^9.0.5",
45-
"langchain": "^0.0.147",
45+
"langchain": "^0.0.152",
4646
"langfuse-langchain": "^1.0.14-alpha.0",
4747
"langsmith": "^0.0.32",
4848
"linkifyjs": "^4.1.1",

packages/server/marketplaces/chatflows/Multiple VectorDB.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,6 @@
357357
{
358358
"label": "davinci-002",
359359
"name": "davinci-002"
360-
},
361-
{
362-
"label": "gpt-3.5-turbo-base",
363-
"name": "gpt-3.5-turbo-base"
364360
}
365361
],
366362
"default": "gpt-3.5-turbo-instruct",
@@ -772,10 +768,6 @@
772768
{
773769
"label": "davinci-002",
774770
"name": "davinci-002"
775-
},
776-
{
777-
"label": "gpt-3.5-turbo-base",
778-
"name": "gpt-3.5-turbo-base"
779771
}
780772
],
781773
"default": "gpt-3.5-turbo-instruct",
@@ -1037,10 +1029,6 @@
10371029
{
10381030
"label": "davinci-002",
10391031
"name": "davinci-002"
1040-
},
1041-
{
1042-
"label": "gpt-3.5-turbo-base",
1043-
"name": "gpt-3.5-turbo-base"
10441032
}
10451033
],
10461034
"default": "gpt-3.5-turbo-instruct",

packages/server/marketplaces/chatflows/Prompt Chaining.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,6 @@
325325
{
326326
"label": "davinci-002",
327327
"name": "davinci-002"
328-
},
329-
{
330-
"label": "gpt-3.5-turbo-base",
331-
"name": "gpt-3.5-turbo-base"
332328
}
333329
],
334330
"default": "gpt-3.5-turbo-instruct",
@@ -481,10 +477,6 @@
481477
{
482478
"label": "davinci-002",
483479
"name": "davinci-002"
484-
},
485-
{
486-
"label": "gpt-3.5-turbo-base",
487-
"name": "gpt-3.5-turbo-base"
488480
}
489481
],
490482
"default": "gpt-3.5-turbo-instruct",

packages/server/marketplaces/chatflows/Simple LLM Chain.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@
184184
{
185185
"label": "davinci-002",
186186
"name": "davinci-002"
187-
},
188-
{
189-
"label": "gpt-3.5-turbo-base",
190-
"name": "gpt-3.5-turbo-base"
191187
}
192188
],
193189
"default": "gpt-3.5-turbo-instruct",

packages/server/marketplaces/chatflows/Zapier NLA.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@
144144
{
145145
"label": "davinci-002",
146146
"name": "davinci-002"
147-
},
148-
{
149-
"label": "gpt-3.5-turbo-base",
150-
"name": "gpt-3.5-turbo-base"
151147
}
152148
],
153149
"default": "gpt-3.5-turbo-instruct",

0 commit comments

Comments
 (0)