diff --git a/src/pages/llmodels/components/table-list.tsx b/src/pages/llmodels/components/table-list.tsx index 801443f3..cc1331fa 100644 --- a/src/pages/llmodels/components/table-list.tsx +++ b/src/pages/llmodels/components/table-list.tsx @@ -21,9 +21,9 @@ import { DeleteOutlined, DownOutlined, EditOutlined, + ExperimentOutlined, PictureOutlined, - SyncOutlined, - WechatWorkOutlined + SyncOutlined } from '@ant-design/icons'; import { PageContainer } from '@ant-design/pro-components'; import { Access, useAccess, useIntl, useNavigate } from '@umijs/max'; @@ -243,7 +243,7 @@ const Models: React.FC = ({ { label: 'models.openinplayground', key: 'chat', - icon: + icon: }, { label: 'common.button.delete',