mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-02 21:32:10 +03:00
Merge pull request #11 from diegosouzapw/chore/rebrand-ui-omniroute
chore(ui): rebrand to OmniRoute
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user