diff --git a/web/src/app/home/bots/page.tsx b/web/src/app/home/bots/page.tsx
index 8c2de108..f9299672 100644
--- a/web/src/app/home/bots/page.tsx
+++ b/web/src/app/home/bots/page.tsx
@@ -112,46 +112,6 @@ export default function BotConfigPage() {
return (
- {/*
- setModalOpen(false)}
- onCancel={() => setModalOpen(false)}
- width={700}
- footer={null}
- destroyOnClose={true}
- >
- {
- getBotList();
- setModalOpen(false);
- }}
- onFormCancel={() => setModalOpen(false)}
- />
-
- {pageShowRule === BotConfigPageShowRule.NO_LLM && (
- {
- router.push('/home/models');
- }}
- />
- )}
-
- {pageShowRule === BotConfigPageShowRule.NO_BOT && (
-
- )}
- */}