Merge pull request #1399 from FlowiseAI/feature/MistralAI

Feature/Add Mistral
This commit is contained in:
Henry Heng
2023-12-17 19:51:49 +00:00
committed by GitHub
9 changed files with 275 additions and 3 deletions
+1
View File
@@ -728,6 +728,7 @@ export const findAvailableConfigs = (reactFlowNodes: IReactFlowNode[], component
/**
* Check to see if flow valid for stream
* TODO: perform check from component level. i.e: set streaming on component, and check here
* @param {IReactFlowNode[]} reactFlowNodes
* @param {INodeData} endingNodeData
* @returns {boolean}