diff --git a/frontend/src/pages/Configs.tsx b/frontend/src/pages/Configs.tsx
index 68a227e..c676d32 100644
--- a/frontend/src/pages/Configs.tsx
+++ b/frontend/src/pages/Configs.tsx
@@ -775,6 +775,10 @@ export const Configs: FC = observer(() => {
modelName: data.value
});
}}>
+ {!commonStore.modelSourceList.find(item => item.name === selectedConfig.modelParameters.modelName)?.isLocal
+ && }
{commonStore.modelSourceList.map((modelItem, index) =>
modelItem.isLocal &&
)}