Merge pull request #11 from diegosouzapw/chore/rebrand-ui-omniroute

chore(ui): rebrand to OmniRoute
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-02-13 19:14:19 -03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ const inter = Inter({
});
export const metadata = {
title: "OmniRoute - AI Infrastructure Management",
title: "OmniRoute AI Gateway for Multi-Provider LLMs",
description:
"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.",
"OmniRoute is an AI gateway for multi-provider LLMs. One endpoint for all your AI providers.",
icons: {
icon: "/favicon.svg",
},

View File

@@ -2,8 +2,8 @@ import pkg from "../../../package.json" with { type: "json" };
// App configuration
export const APP_CONFIG = {
name: "Endpoint Proxy",
description: "AI Infrastructure Management",
name: "OmniRoute",
description: "AI Gateway for Multi-Provider LLMs",
version: pkg.version,
};