Update AWSChatBedrock logo
This commit is contained in:
parent
c4b9de2b5b
commit
e328252662
|
|
@ -29,7 +29,7 @@ class AWSChatBedrock_ChatModels implements INode {
|
||||||
this.name = 'awsChatBedrock'
|
this.name = 'awsChatBedrock'
|
||||||
this.version = 3.0
|
this.version = 3.0
|
||||||
this.type = 'AWSChatBedrock'
|
this.type = 'AWSChatBedrock'
|
||||||
this.icon = 'AWS.svg'
|
this.icon = 'aws.svg'
|
||||||
this.category = 'Chat Models'
|
this.category = 'Chat Models'
|
||||||
this.description = 'Wrapper around AWS Bedrock large language models that use the Chat endpoint'
|
this.description = 'Wrapper around AWS Bedrock large language models that use the Chat endpoint'
|
||||||
this.baseClasses = [this.type, ...getBaseClasses(BedrockChat)]
|
this.baseClasses = [this.type, ...getBaseClasses(BedrockChat)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue