Merge pull request #1771 from FlowiseAI/feature/OpenAI

update cahtopenai version
This commit is contained in:
Ong Chung Yau
2024-02-21 16:30:08 +08:00
committed by GitHub
33 changed files with 42 additions and 42 deletions
@@ -19,7 +19,7 @@ class ChatOpenAI_ChatModels implements INode {
constructor() {
this.label = 'ChatOpenAI'
this.name = 'chatOpenAI'
this.version = 3.0
this.version = 4.0
this.type = 'ChatOpenAI'
this.icon = 'openai.svg'
this.category = 'Chat Models'