소스 검색

Fix: Can not select GPT-4o / 4o mini as Chat Model #4421 (#4453)

### What problem does this PR solve?

Fix: Can not select GPT-4o / 4o mini as Chat Model #4421

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.16.0
balibabu 9 달 전
부모
커밋
ecdb2a88bd
No account linked to committer's email address
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7
    1
      web/src/pages/user-setting/setting-model/system-model-setting-modal/index.tsx

+ 7
- 1
web/src/pages/user-setting/setting-model/system-model-setting-modal/index.tsx 파일 보기

name="llm_id" name="llm_id"
tooltip={t('chatModelTip')} tooltip={t('chatModelTip')}
> >
<Select options={allOptions[LlmModelType.Chat]} allowClear />
<Select
options={[
...allOptions[LlmModelType.Chat],
...allOptions[LlmModelType.Image2text],
]}
allowClear
/>
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label={t('embeddingModel')} label={t('embeddingModel')}

Loading…
취소
저장