chore: fallback selection

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 051d9421b0
commit 04c25ab0f7
9 changed files with 114 additions and 53 deletions
@@ -57,8 +57,13 @@ const SupportedModels = () => {
<>
<Form.Item name="models" data-field="supportedModels">
<MetadataList
styles={{
wrapper: {
paddingTop: 14
}
}}
dataList={modelList}
label={intl.formatMessage({ id: 'providers.table.models' })}
label=""
btnText={intl.formatMessage({ id: 'providers.form.models.add' })}
onAdd={onAdd}
onDelete={onDelete}