modify modelName options in AzureChatOpenAI

This commit is contained in:
chungyau97 2023-05-12 18:31:53 +07:00
parent abeacdf906
commit 5c49a58985
1 changed files with 3 additions and 15 deletions

View File

@ -36,28 +36,16 @@ class AzureChatOpenAI_ChatModels implements INode {
label: 'gpt-4', label: 'gpt-4',
name: 'gpt-4' name: 'gpt-4'
}, },
{
label: 'gpt-4-0314',
name: 'gpt-4-0314'
},
{ {
label: 'gpt-4-32k', label: 'gpt-4-32k',
name: 'gpt-4-32k' name: 'gpt-4-32k'
}, },
{ {
label: 'gpt-4-32k-0314', label: 'gpt-35-turbo',
name: 'gpt-4-32k-0314' name: 'gpt-35-turbo'
},
{
label: 'gpt-3.5-turbo',
name: 'gpt-3.5-turbo'
},
{
label: 'gpt-3.5-turbo-0301',
name: 'gpt-3.5-turbo-0301'
} }
], ],
default: 'gpt-3.5-turbo', default: 'gpt-35-turbo',
optional: true optional: true
}, },
{ {