fix(web): agent model

This commit is contained in:
zhaoying
2026-03-27 10:08:27 +08:00
parent 0fdb489227
commit 701df40270
2 changed files with 18 additions and 2 deletions

View File

@@ -139,6 +139,7 @@ const ModelConfigModal = forwardRef<ModelConfigModalRef, ModelConfigModalProps>(
>
{source !== 'multi_agent' &&
<ModelSelect
params={{type: 'llm,chat'}}
placeholder={t('common.pleaseSelect')}
onChange={handleChange}
/>