mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
update marketplace template
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"id": "chatAnthropic_0",
|
"id": "chatAnthropic_0",
|
||||||
"label": "ChatAnthropic",
|
"label": "ChatAnthropic",
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"name": "chatAnthropic",
|
"name": "chatAnthropic",
|
||||||
"type": "ChatAnthropic",
|
"type": "ChatAnthropic",
|
||||||
"baseClasses": ["ChatAnthropic", "BaseChatModel", "BaseLanguageModel", "Runnable"],
|
"baseClasses": ["ChatAnthropic", "BaseChatModel", "BaseLanguageModel", "Runnable"],
|
||||||
@@ -288,6 +288,15 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"additionalParams": true,
|
"additionalParams": true,
|
||||||
"id": "chatAnthropic_0-input-topK-number"
|
"id": "chatAnthropic_0-input-topK-number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Allow Image Uploads",
|
||||||
|
"name": "allowImageUploads",
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Automatically uses claude-3-* models when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
|
||||||
|
"default": false,
|
||||||
|
"optional": true,
|
||||||
|
"id": "chatAnthropic_0-input-allowImageUploads-boolean"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputAnchors": [
|
"inputAnchors": [
|
||||||
@@ -305,7 +314,8 @@
|
|||||||
"temperature": 0.9,
|
"temperature": 0.9,
|
||||||
"maxTokensToSample": "",
|
"maxTokensToSample": "",
|
||||||
"topP": "",
|
"topP": "",
|
||||||
"topK": ""
|
"topK": "",
|
||||||
|
"allowImageUploads": true
|
||||||
},
|
},
|
||||||
"outputAnchors": [
|
"outputAnchors": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user