UNPKG

manifest

Version:

Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard

8 lines 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PUBLIC_STATS_CACHE_TTL_MS = exports.MODEL_PRICES_CACHE_TTL_MS = exports.AGENT_LIST_CACHE_TTL_MS = exports.DASHBOARD_CACHE_TTL_MS = void 0; exports.DASHBOARD_CACHE_TTL_MS = 30_000; exports.AGENT_LIST_CACHE_TTL_MS = 60_000; exports.MODEL_PRICES_CACHE_TTL_MS = 300_000; exports.PUBLIC_STATS_CACHE_TTL_MS = 86_400_000; //# sourceMappingURL=cache.constants.js.map