7 lines
261 B
JavaScript
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');
|