mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-15 08:49:59 +02:00
rename inference to ai gateway
This commit is contained in:
@@ -38,7 +38,7 @@ export function formatPublicResourceType(
|
||||
}
|
||||
|
||||
if (resource.mode === "inference") {
|
||||
return "Inference";
|
||||
return "AI Gateway";
|
||||
}
|
||||
|
||||
const mode = (resource.mode || "").toLowerCase();
|
||||
|
||||
Reference in New Issue
Block a user