mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 09:15:54 +08:00
Fix azure openai gpt4v&1106 config (#1811)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
1521ac5563
commit
9f3ed32d0f
@ -145,6 +145,20 @@ const config: ProviderConfig = {
|
||||
'zh-Hans': 'gpt-4-32k',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'gpt-4-1106-preview',
|
||||
label: {
|
||||
'en': 'gpt-4-1106-preview',
|
||||
'zh-Hans': 'gpt-4-1106-preview',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'gpt-4-vision-preview',
|
||||
label: {
|
||||
'en': 'gpt-4-vision-preview',
|
||||
'zh-Hans': 'gpt-4-vision-preview',
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'text-davinci-003',
|
||||
label: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user