refactor(health-check): remove per-provider test config

This commit is contained in:
Jason
2026-07-10 13:42:09 +08:00
parent 442799879d
commit 06039540ff
18 changed files with 48 additions and 468 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next";
import {
streamCheckProvider,
type StreamCheckResult,
} from "@/lib/api/model-test";
} from "@/lib/api/connectivity-check";
import type { AppId } from "@/lib/api";
/**