mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Feature/OpenAI Assistant V2 (#2258)
* add gpt4 turbo to assistant * OpenAI Assistant V2 * update langfuse handler
This commit is contained in:
@@ -1066,6 +1066,9 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
// If agent is openAIAssistant, streaming is enabled
|
||||
if (endingNodeData.name === 'openAIAssistant') return true
|
||||
} else if (endingNodeData.category === 'Engine') {
|
||||
// Engines that are available to stream
|
||||
const whitelistEngine = ['contextChatEngine', 'simpleChatEngine', 'queryEngine', 'subQuestionQueryEngine']
|
||||
|
||||
Reference in New Issue
Block a user