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:
TensorNull
2025-09-10 12:50:53 +08:00
committed by GitHub
parent 113086a2fb
commit 099cf481b4
4 changed files with 208 additions and 1 deletions
+2 -1
View File
@@ -1491,7 +1491,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'chatTogetherAI_LlamaIndex',
'chatFireworks',
'ChatSambanova',
'chatBaiduWenxin'
'chatBaiduWenxin',
'chatCometAPI'
],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}