mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feature/Add multi modal to chat ollama (#3499)
* add multi modal to chat ollama * update JSON mode description
This commit is contained in:
@@ -92,7 +92,7 @@ export const utilGetUploadsConfig = async (chatflowid: string): Promise<IUploadC
|
||||
'supervisor',
|
||||
'seqStart'
|
||||
]
|
||||
const imgUploadLLMNodes = ['chatOpenAI', 'chatAnthropic', 'awsChatBedrock', 'azureChatOpenAI', 'chatGoogleGenerativeAI']
|
||||
const imgUploadLLMNodes = ['chatOpenAI', 'chatAnthropic', 'awsChatBedrock', 'azureChatOpenAI', 'chatGoogleGenerativeAI', 'chatOllama']
|
||||
|
||||
if (nodes.some((node) => imgUploadAllowedNodes.includes(node.data.name))) {
|
||||
nodes.forEach((node: IReactFlowNode) => {
|
||||
|
||||
Reference in New Issue
Block a user