update the version number for AzureChatOpenAI
This commit is contained in:
parent
01559d4da3
commit
0c649c9ce3
|
|
@ -20,7 +20,7 @@ class AzureChatOpenAI_ChatModels implements INode {
|
|||
constructor() {
|
||||
this.label = 'Azure ChatOpenAI'
|
||||
this.name = 'azureChatOpenAI'
|
||||
this.version = 2.0
|
||||
this.version = 3.0
|
||||
this.type = 'AzureChatOpenAI'
|
||||
this.icon = 'Azure.svg'
|
||||
this.category = 'Chat Models'
|
||||
|
|
|
|||
Loading…
Reference in New Issue