diff --git a/src/app/(dashboard)/dashboard/providers/page.tsx b/src/app/(dashboard)/dashboard/providers/page.tsx index df86751669..876b143c8e 100644 --- a/src/app/(dashboard)/dashboard/providers/page.tsx +++ b/src/app/(dashboard)/dashboard/providers/page.tsx @@ -984,6 +984,7 @@ export default function ProvidersPage() { +
{t("compatibleProvidersDesc")}
{compatibleProviders.length === 0 && anthropicCompatibleProviders.length === 0 && ccCompatibleProviders.length === 0 ? ( @@ -992,7 +993,7 @@ export default function ProvidersPage() { {t("noCompatibleYet")} ) : ( -{t("oauthProvidersDesc")}
+{t("webCookieProvidersDesc")}
+{t("apiKeyProvidersDesc")}
{llmProviderEntries.length > 0 && ({t("noAuthProvidersDesc")}
+{t("upstreamProxyProvidersDesc")}
+{t("webFetchProvidersDesc")}
+{t("aggregatorsGatewaysDesc")}
+{t("enterpriseCloudDesc")}
+{t("cloudAgentProvidersDesc")}
+{t("localProvidersDesc")}
+{t("searchProvidersDesc")}
+{t("embeddingRerankProvidersDesc")}
+{t("imageProvidersDesc")}
+{t("audioProvidersDesc")}
+{t("videoProvidersDesc")}
+