Feat/added chattBaiduWenxin chat model (#2752)

* added cahtBaiduWenxin model

* fix linting

* fixed linting

* added baidu secret key
This commit is contained in:
Mubashir Shariq
2024-07-05 15:55:37 +05:30
committed by GitHub
parent cacbfa8162
commit dfdeb02b3a
4 changed files with 117 additions and 1 deletions
+2 -1
View File
@@ -1096,7 +1096,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'chatGoogleGenerativeAI',
'chatTogetherAI',
'chatTogetherAI_LlamaIndex',
'chatFireworks'
'chatFireworks',
'chatBaiduWenxin'
],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}