You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,6 +64,14 @@ class AWSChatBedrock_ChatModels implements INode {
64
64
type: 'string',
65
65
optional: true
66
66
},
67
+
{
68
+
label: 'Streaming',
69
+
name: 'streaming',
70
+
type: 'boolean',
71
+
default: true,
72
+
optional: true,
73
+
additionalParams: true
74
+
},
67
75
{
68
76
label: 'Temperature',
69
77
name: 'temperature',
@@ -89,7 +97,7 @@ class AWSChatBedrock_ChatModels implements INode {
89
97
name: 'allowImageUploads',
90
98
type: 'boolean',
91
99
description:
92
-
'Only works with claude-3-* models when image is being uploaded from chat. Compatible with LLMChain, Conversation Chain, ReAct Agent, Conversational Agent, Tool Agent',
100
+
'Allow image input. Refer to the <a href="https://docs.flowiseai.com/using-flowise/uploads#image" target="_blank">docs</a> for more details.',
93
101
default: false,
94
102
optional: true
95
103
}
@@ -115,7 +123,7 @@ class AWSChatBedrock_ChatModels implements INode {
0 commit comments