소스 검색

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>
tags/0.4.0
Charlie.Wei 1 년 전
부모
커밋
9f3ed32d0f
No account linked to committer's email address
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14
    0
      web/app/components/header/account-setting/model-page/configs/azure_openai.tsx

+ 14
- 0
web/app/components/header/account-setting/model-page/configs/azure_openai.tsx 파일 보기

'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: {

Loading…
취소
저장