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:
안진수
2024-09-14 21:59:29 +09:00
committed by GitHub
parent 8bd3de4153
commit 44b70ca7e2
+1
View File
@@ -1191,6 +1191,7 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'azureChatOpenAI', 'azureChatOpenAI',
'chatOpenAI', 'chatOpenAI',
'chatOpenAI_LlamaIndex', 'chatOpenAI_LlamaIndex',
'chatOpenAICustom',
'chatAnthropic', 'chatAnthropic',
'chatAnthropic_LlamaIndex', 'chatAnthropic_LlamaIndex',
'chatOllama', 'chatOllama',