mono/packages/kbot/cpp/orchestrator/classifier-openrouter-stress.mjs

9 lines
379 B
JavaScript

/**
* OpenRouter classifier + stress defaults: remote router, N batch iterations (see KBOT_CLASSIFIER_STRESS_RUNS).
*/
process.env.KBOT_IPC_CLASSIFIER_LLAMA = '0';
if (process.env.KBOT_CLASSIFIER_STRESS_RUNS === undefined || process.env.KBOT_CLASSIFIER_STRESS_RUNS === '') {
process.env.KBOT_CLASSIFIER_STRESS_RUNS = '5';
}
await import('./test-ipc-classifier.mjs');