mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
### 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)
This commit is contained in:
parent
2c7ba90cb4
commit
ecdb2a88bd
@ -58,7 +58,13 @@ const SystemModelSettingModal = ({
|
||||
name="llm_id"
|
||||
tooltip={t('chatModelTip')}
|
||||
>
|
||||
<Select options={allOptions[LlmModelType.Chat]} allowClear />
|
||||
<Select
|
||||
options={[
|
||||
...allOptions[LlmModelType.Chat],
|
||||
...allOptions[LlmModelType.Image2text],
|
||||
]}
|
||||
allowClear
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t('embeddingModel')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user