update marketplace templates

This commit is contained in:
Henry 2024-02-22 13:44:04 +08:00
parent 35d3b933ed
commit e86550a91a
33 changed files with 1520 additions and 84 deletions

View File

@ -21,7 +21,7 @@ class ChatOpenAI_ChatModels implements INode {
constructor() { constructor() {
this.label = 'ChatOpenAI' this.label = 'ChatOpenAI'
this.name = 'chatOpenAI' this.name = 'chatOpenAI'
this.version = 4.0 this.version = 5.0
this.type = 'ChatOpenAI' this.type = 'ChatOpenAI'
this.icon = 'openai.svg' this.icon = 'openai.svg'
this.category = 'Chat Models' this.category = 'Chat Models'
@ -175,7 +175,8 @@ class ChatOpenAI_ChatModels implements INode {
label: 'Allow Image Uploads', label: 'Allow Image Uploads',
name: 'allowImageUploads', name: 'allowImageUploads',
type: 'boolean', type: 'boolean',
description: 'Automatically uses gpt-4-vision-preview when image is being uploaded from chat', description:
'Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent',
default: false, default: false,
optional: true optional: true
}, },

View File

@ -90,7 +90,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -237,6 +237,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -257,7 +290,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -437,7 +472,7 @@
"data": { "data": {
"id": "chatOpenAI_2", "id": "chatOpenAI_2",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -584,6 +619,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_2-input-baseOptions-json" "id": "chatOpenAI_2-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_2-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_2-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -604,7 +672,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -398,7 +398,7 @@
"data": { "data": {
"id": "chatOpenAI_2", "id": "chatOpenAI_2",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -545,6 +545,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_2-input-baseOptions-json" "id": "chatOpenAI_2-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_2-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_2-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -565,7 +598,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -597,7 +632,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -744,6 +779,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -764,7 +832,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -796,7 +866,7 @@
"data": { "data": {
"id": "chatOpenAI_3", "id": "chatOpenAI_3",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -943,6 +1013,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_3-input-baseOptions-json" "id": "chatOpenAI_3-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_3-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_3-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -963,7 +1066,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -181,7 +181,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -334,6 +334,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -355,7 +388,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -177,7 +177,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -324,6 +324,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -344,7 +377,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -253,7 +253,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -400,6 +400,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -420,7 +453,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -346,7 +346,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -499,6 +499,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -520,7 +553,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -72,7 +72,7 @@
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"name": "chatOpenAI", "name": "chatOpenAI",
"version": 4, "version": 5,
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models", "category": "Chat Models",
@ -218,6 +218,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -238,7 +271,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -196,7 +196,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -349,6 +349,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -370,7 +403,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -217,7 +217,7 @@
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"name": "chatOpenAI", "name": "chatOpenAI",
"version": 4, "version": 5,
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models", "category": "Chat Models",
@ -363,6 +363,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -383,7 +416,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -158,7 +158,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -305,6 +305,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -325,7 +358,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -489,7 +489,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -642,6 +642,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -663,7 +696,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -371,7 +371,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -524,6 +524,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -545,7 +578,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -378,7 +378,7 @@
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"name": "chatOpenAI", "name": "chatOpenAI",
"version": 4, "version": 5,
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models", "category": "Chat Models",
@ -524,6 +524,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -544,7 +577,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -910,7 +910,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -1063,6 +1063,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -1084,7 +1117,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -454,7 +454,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -607,6 +607,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -628,7 +661,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -166,7 +166,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -319,6 +319,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -340,7 +373,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -225,7 +225,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -378,6 +378,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -399,7 +432,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -508,7 +508,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -661,6 +661,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -682,7 +715,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -455,7 +455,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -608,6 +608,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -629,7 +662,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -280,7 +280,7 @@
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"name": "chatOpenAI", "name": "chatOpenAI",
"version": 4, "version": 5,
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
"category": "Chat Models", "category": "Chat Models",
@ -426,6 +426,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -446,7 +479,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -390,7 +390,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -543,6 +543,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -564,7 +597,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -487,7 +487,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -640,6 +640,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -661,7 +694,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -1013,7 +1048,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -1166,6 +1201,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -1187,7 +1255,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -1219,7 +1289,7 @@
"data": { "data": {
"id": "chatOpenAI_2", "id": "chatOpenAI_2",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -1372,6 +1442,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_2-input-baseOptions-json" "id": "chatOpenAI_2-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_2-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_2-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -1393,7 +1496,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -281,7 +281,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -428,6 +428,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -448,7 +481,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -429,7 +429,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -582,6 +582,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -603,7 +636,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -635,7 +670,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -788,6 +823,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -809,7 +877,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -206,7 +206,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -359,6 +359,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -380,7 +413,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -15,7 +15,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -162,6 +162,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -182,7 +215,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -175,7 +175,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -328,6 +328,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -349,7 +382,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -381,7 +416,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -534,6 +569,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -555,7 +623,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -1313,7 +1383,7 @@
"data": { "data": {
"id": "chatOpenAI_2", "id": "chatOpenAI_2",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -1466,6 +1536,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_2-input-baseOptions-json" "id": "chatOpenAI_2-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_2-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_2-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -1487,7 +1590,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -16,7 +16,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -169,6 +169,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -190,7 +223,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -16,7 +16,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -169,6 +169,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -190,7 +223,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -84,7 +84,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -231,6 +231,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -251,7 +284,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -127,7 +127,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -274,6 +274,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -294,7 +327,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {
@ -433,7 +468,7 @@
"data": { "data": {
"id": "chatOpenAI_1", "id": "chatOpenAI_1",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
@ -580,6 +615,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_1-input-baseOptions-json" "id": "chatOpenAI_1-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_1-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_1-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -600,7 +668,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {

View File

@ -394,7 +394,7 @@
"data": { "data": {
"id": "chatOpenAI_0", "id": "chatOpenAI_0",
"label": "ChatOpenAI", "label": "ChatOpenAI",
"version": 4, "version": 5,
"name": "chatOpenAI", "name": "chatOpenAI",
"type": "ChatOpenAI", "type": "ChatOpenAI",
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"], "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel", "Runnable"],
@ -547,6 +547,39 @@
"optional": true, "optional": true,
"additionalParams": true, "additionalParams": true,
"id": "chatOpenAI_0-input-baseOptions-json" "id": "chatOpenAI_0-input-baseOptions-json"
},
{
"label": "Allow Image Uploads",
"name": "allowImageUploads",
"type": "boolean",
"description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
"default": false,
"optional": true,
"id": "chatOpenAI_0-input-allowImageUploads-boolean"
},
{
"label": "Image Resolution",
"description": "This parameter controls the resolution in which the model views the image.",
"name": "imageResolution",
"type": "options",
"options": [
{
"label": "Low",
"name": "low"
},
{
"label": "High",
"name": "high"
},
{
"label": "Auto",
"name": "auto"
}
],
"default": "low",
"optional": false,
"additionalParams": true,
"id": "chatOpenAI_0-input-imageResolution-options"
} }
], ],
"inputAnchors": [ "inputAnchors": [
@ -568,7 +601,9 @@
"presencePenalty": "", "presencePenalty": "",
"timeout": "", "timeout": "",
"basepath": "", "basepath": "",
"baseOptions": "" "baseOptions": "",
"allowImageUploads": true,
"imageResolution": "low"
}, },
"outputAnchors": [ "outputAnchors": [
{ {