mono/packages/media/cpp/orchestrator/classifier-openrouter.mjs
2026-04-12 22:38:43 +02:00

7 lines
261 B
JavaScript

/**
* Sets KBOT_IPC_CLASSIFIER_LLAMA=0 then runs the classifier IPC test against
* KBOT_ROUTER / KBOT_IPC_MODEL (default router: openrouter — see presets.js).
*/
process.env.KBOT_IPC_CLASSIFIER_LLAMA = '0';
await import('./test-ipc-classifier.mjs');