Updated chatmodel icons

This commit is contained in:
abhishekshankr
2023-12-18 03:22:36 -05:00
parent ffa964df16
commit 33cda28e2d
6 changed files with 14 additions and 3 deletions
@@ -29,7 +29,7 @@ class AWSChatBedrock_ChatModels implements INode {
this.name = 'awsChatBedrock'
this.version = 3.0
this.type = 'AWSChatBedrock'
this.icon = 'awsBedrock.png'
this.icon = 'aws.svg'
this.category = 'Chat Models'
this.description = 'Wrapper around AWS Bedrock large language models that use the Chat endpoint'
this.baseClasses = [this.type, ...getBaseClasses(BedrockChat)]