Removed streaming feature since it broke chatflows

This commit is contained in:
Darien Kindlund
2024-01-04 12:09:08 -05:00
parent e3982476b0
commit 3d2b4077cf
@@ -102,14 +102,6 @@ class AzureChatOpenAI_ChatModels implements INode {
step: 1,
optional: true,
additionalParams: true
},
{
label: 'Streaming',
name: 'streaming',
type: 'boolean',
default: true,
optional: true,
additionalParams: true
}
]
}