ai_api / src /shared /constants /appConfig.ts
Yogesh
initial deploy
cd8bd0a
Raw
History Blame Contribute Delete
276 Bytes
import pkg from "../../../package.json" with { type: "json" };
export const APP_CONFIG = {
name: "OmniRoute",
description: "AI Gateway for Multi-Provider LLMs",
version: pkg.version,
};
export const THEME_CONFIG = {
storageKey: "theme",
defaultTheme: "system",
};