diff --git a/web/src/views/ModelManagement/components/CustomModelModal.tsx b/web/src/views/ModelManagement/components/CustomModelModal.tsx index 89aaec78..1fb8bead 100644 --- a/web/src/views/ModelManagement/components/CustomModelModal.tsx +++ b/web/src/views/ModelManagement/components/CustomModelModal.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:49:28 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-04-16 18:03:53 + * @Last Modified time: 2026-04-21 15:02:53 */ /** * Custom Model Modal @@ -230,21 +230,23 @@ const CustomModelModal = forwardRef( - - - + {!isEdit && <> + + + - - - + + + + } {['llm', 'chat'].includes(modelType as string) &&