Files
vision-server/models.js
2026-04-23 13:44:16 -05:00

5 lines
268 B
JavaScript

// Server-side re-export of the shared model config.
// Keeps the single source of truth in src/models.js (where Vite can reach it)
// while giving Node a root-level import path.
export { MODELS, DEFAULT_MODEL_ID, findModel, normalizeModelId } from './src/models.js';