mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 09:00:52 +03:00
feat: add CometAPI integration with ChatCometAPI node (#5160)
* feat: add CometAPI integration with ChatCometAPI node and credential support * feat: remove timeout and stop sequence parameters from ChatCometAPI node
This commit is contained in:
@@ -1491,7 +1491,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'chatTogetherAI_LlamaIndex',
|
||||
'chatFireworks',
|
||||
'ChatSambanova',
|
||||
'chatBaiduWenxin'
|
||||
'chatBaiduWenxin',
|
||||
'chatCometAPI'
|
||||
],
|
||||
LLMs: ['azureOpenAI', 'openAI', 'ollama']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user