Unverified Commit 9f3ed32d authored by Charlie.Wei's avatar Charlie.Wei Committed by GitHub

Fix azure openai gpt4v&1106 config (#1811)

Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: 's avatarcrazywoola <427733928@qq.com>
Co-authored-by: 's avatarcrazywoola <100913391+crazywoola@users.noreply.github.com>
parent 1521ac55
...@@ -145,6 +145,20 @@ const config: ProviderConfig = { ...@@ -145,6 +145,20 @@ const config: ProviderConfig = {
'zh-Hans': 'gpt-4-32k', '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', key: 'text-davinci-003',
label: { label: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment