omniroute / src /shared /constants /appConfig.ts
igorkurgin's picture
Deploy OmniRoute to Hugging Face Space
35743bd verified
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",
};