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 }} - /> - )} - />