mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Removed streaming feature since it broke chatflows
This commit is contained in:
@@ -102,14 +102,6 @@ class AzureChatOpenAI_ChatModels implements INode {
|
|||||||
step: 1,
|
step: 1,
|
||||||
optional: true,
|
optional: true,
|
||||||
additionalParams: true
|
additionalParams: true
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Streaming',
|
|
||||||
name: 'streaming',
|
|
||||||
type: 'boolean',
|
|
||||||
default: true,
|
|
||||||
optional: true,
|
|
||||||
additionalParams: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user