rename inference to ai gateway

This commit is contained in:
miloschwartz
2026-08-13 16:57:29 -04:00
parent fcd3c72cac
commit 8f3628d4ec
2 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export function formatPublicResourceType(
}
if (resource.mode === "inference") {
return "Inference";
return "AI Gateway";
}
const mode = (resource.mode || "").toLowerCase();