mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
Feat/added chattBaiduWenxin chat model (#2752)
* added cahtBaiduWenxin model * fix linting * fixed linting * added baidu secret key
This commit is contained in:
@@ -1096,7 +1096,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
'chatGoogleGenerativeAI',
|
||||
'chatTogetherAI',
|
||||
'chatTogetherAI_LlamaIndex',
|
||||
'chatFireworks'
|
||||
'chatFireworks',
|
||||
'chatBaiduWenxin'
|
||||
],
|
||||
LLMs: ['azureOpenAI', 'openAI', 'ollama']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user