Update AWSChatBedrock logo

This commit is contained in:
Henry Heng 2023-12-23 17:41:43 +00:00 committed by GitHub
parent c4b9de2b5b
commit e328252662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class AWSChatBedrock_ChatModels implements INode {
this.name = 'awsChatBedrock'
this.version = 3.0
this.type = 'AWSChatBedrock'
this.icon = 'AWS.svg'
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)]