mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Bugfix/chatOpenAICustom model not streaming (#3179)
Bugfix/chatOpenAICustom model not streaming (FlowiseAI#1081) * Fixed issue preventing chatOpenAICustom model from streaming * Updated streamAvailableLLMs to include chatOpenAICustom model Co-authored-by: AnJinSu <anjinsu96@handysoft.co.kr>
This commit is contained in:
@@ -1191,6 +1191,7 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'azureChatOpenAI',
|
||||
'chatOpenAI',
|
||||
'chatOpenAI_LlamaIndex',
|
||||
'chatOpenAICustom',
|
||||
'chatAnthropic',
|
||||
'chatAnthropic_LlamaIndex',
|
||||
'chatOllama',
|
||||
|
||||
Reference in New Issue
Block a user