mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
MultiModal: Minor adjustments to layout and categorization of node
This commit is contained in:
@@ -24,7 +24,7 @@ class OpenAIVisionChain_Chains implements INode {
|
||||
this.version = 1.0
|
||||
this.type = 'OpenAIMultiModalChain'
|
||||
this.icon = 'chain.svg'
|
||||
this.category = 'Chains'
|
||||
this.category = 'MultiModal'
|
||||
this.badge = 'BETA'
|
||||
this.description = 'Chain to query against Image and Audio Input.'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(VLLMChain)]
|
||||
|
||||
Reference in New Issue
Block a user