Merge pull request #1451 from FlowiseAI/chore/Upgrade-LC-0.0.213

Chore/update langchain version
This commit is contained in:
Henry Heng
2024-01-03 16:02:25 +00:00
committed by GitHub
7 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -818,7 +818,7 @@ export const findAvailableConfigs = (reactFlowNodes: IReactFlowNode[], component
*/
export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNodeData: INodeData) => {
const streamAvailableLLMs = {
'Chat Models': ['azureChatOpenAI', 'chatOpenAI', 'chatAnthropic', 'chatOllama', 'awsChatBedrock'],
'Chat Models': ['azureChatOpenAI', 'chatOpenAI', 'chatAnthropic', 'chatOllama', 'awsChatBedrock', 'chatMistralAI'],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}