diff --git a/src/components/settings/SettingsPage.tsx b/src/components/settings/SettingsPage.tsx
index bc3d2bca1..0253317c8 100644
--- a/src/components/settings/SettingsPage.tsx
+++ b/src/components/settings/SettingsPage.tsx
@@ -8,6 +8,7 @@ import {
Cloud,
ScrollText,
HardDriveDownload,
+ FlaskConical,
} from "lucide-react";
import { toast } from "sonner";
import {
@@ -38,8 +39,7 @@ import { BackupListSection } from "@/components/settings/BackupListSection";
import { WebdavSyncSection } from "@/components/settings/WebdavSyncSection";
import { AboutSection } from "@/components/settings/AboutSection";
import { ProxyTabContent } from "@/components/settings/ProxyTabContent";
-// Hidden: stream check feature disabled
-// import { ModelTestConfigPanel } from "@/components/usage/ModelTestConfigPanel";
+import { ModelTestConfigPanel } from "@/components/usage/ModelTestConfigPanel";
import { UsageDashboard } from "@/components/usage/UsageDashboard";
import { LogConfigPanel } from "@/components/settings/LogConfigPanel";
import { useSettings } from "@/hooks/useSettings";
@@ -384,6 +384,28 @@ export function SettingsPage({
+
+
+
+
+
+
+ {t("modelTest.title")}
+
+
+ {t("modelTest.description")}
+
+
+
+
+
+
+
+
+