From 47c618cdf8da2651a7f51669f46939e48874fa87 Mon Sep 17 00:00:00 2001 From: yokowu <18836617@qq.com> Date: Wed, 30 Jul 2025 19:21:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=84=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/pages/model/components/modelModal.tsx | 75 -------------------- 1 file changed, 75 deletions(-) diff --git a/ui/src/pages/model/components/modelModal.tsx b/ui/src/pages/model/components/modelModal.tsx index ddd0ed5..df5d8d3 100644 --- a/ui/src/pages/model/components/modelModal.tsx +++ b/ui/src/pages/model/components/modelModal.tsx @@ -798,81 +798,6 @@ const ModelAdd = ({ /> )} /> - - ( - field.onChange(e.target.checked)} - size='small' - /> - } - label={ - - 图像支持 - - (此模型是否能够处理和理解图像?) - - - } - sx={{ margin: 0 }} - /> - )} - /> - - ( - field.onChange(e.target.checked)} - size='small' - /> - } - label={ - - 计算机功能调用 - - (此模型是否能够与浏览器交互?) - - - } - sx={{ margin: 0 }} - /> - )} - /> - - ( - field.onChange(e.target.checked)} - size='small' - /> - } - label={ - - 提示缓存 - - (此模型是否能够缓存提示?) - - - } - sx={{ margin: 0 }} - /> - )} - />