mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Initial Icon Tests
This commit is contained in:
@@ -27,7 +27,7 @@ class LLMChain_Chains implements INode {
|
||||
this.name = 'llmChain'
|
||||
this.version = 3.0
|
||||
this.type = 'LLMChain'
|
||||
this.icon = 'chain.svg'
|
||||
this.icon = 'LLM_Chain.svg'
|
||||
this.category = 'Chains'
|
||||
this.description = 'Chain to run queries against LLMs'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(LLMChain)]
|
||||
|
||||
Reference in New Issue
Block a user