This commit is contained in:
Henry
2024-02-29 03:12:11 +08:00
parent c4b9de2ddc
commit 43c1d5d017
5 changed files with 106 additions and 1 deletions
+2 -1
View File
@@ -855,7 +855,8 @@ export const isFlowValidForStream = (reactFlowNodes: IReactFlowNode[], endingNod
'chatAnthropic_LlamaIndex',
'chatOllama',
'awsChatBedrock',
'chatMistralAI'
'chatMistralAI',
'groqChat'
],
LLMs: ['azureOpenAI', 'openAI', 'ollama']
}