From e47aaad3964eb528d0c985ca9f070e9e24b4eb00 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Tue, 31 Dec 2024 12:42:49 +0800 Subject: [PATCH] remove test codes --- .../components/plugins/plugin-detail-panel/index.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/web/app/components/plugins/plugin-detail-panel/index.tsx b/web/app/components/plugins/plugin-detail-panel/index.tsx index f0afd15f58..4d20c0877d 100644 --- a/web/app/components/plugins/plugin-detail-panel/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/index.tsx @@ -10,8 +10,6 @@ import Drawer from '@/app/components/base/drawer' import type { PluginDetail } from '@/app/components/plugins/types' import cn from '@/utils/classnames' -import ModelParameterModal from '@/app/components/plugins/plugin-detail-panel/model-selector' - type Props = { detail?: PluginDetail onUpdate: () => void @@ -54,15 +52,6 @@ const PluginDetailPanel: FC = ({ {!!detail.declaration.agent_strategy && } {!!detail.declaration.endpoint && } {!!detail.declaration.model && } - {}} - scope={'llm'} - /> )}