Merge pull request #1407 from abhishekshankr/UI/Custom-Icons

UI/Custom Icons for Nodes
This commit is contained in:
Henry Heng
2023-12-19 23:35:37 +00:00
committed by GitHub
235 changed files with 950 additions and 500 deletions
@@ -29,7 +29,7 @@ class AWSBedrock_LLMs implements INode {
this.name = 'awsBedrock'
this.version = 3.0
this.type = 'AWSBedrock'
this.icon = 'awsBedrock.png'
this.icon = 'aws.svg'
this.category = 'LLMs'
this.description = 'Wrapper around AWS Bedrock large language models'
this.baseClasses = [this.type, ...getBaseClasses(Bedrock)]