update the version number for AzureChatOpenAI

This commit is contained in:
vinodkiran 2024-03-16 10:03:55 +05:30
parent 01559d4da3
commit 0c649c9ce3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class AzureChatOpenAI_ChatModels implements INode {
constructor() { constructor() {
this.label = 'Azure ChatOpenAI' this.label = 'Azure ChatOpenAI'
this.name = 'azureChatOpenAI' this.name = 'azureChatOpenAI'
this.version = 2.0 this.version = 3.0
this.type = 'AzureChatOpenAI' this.type = 'AzureChatOpenAI'
this.icon = 'Azure.svg' this.icon = 'Azure.svg'
this.category = 'Chat Models' this.category = 'Chat Models'