From 7294c3a2705dfdb224a1412c8ed6d52c519405c0 Mon Sep 17 00:00:00 2001 From: Babayaga Date: Mon, 30 Mar 2026 16:16:18 +0200 Subject: [PATCH] kbot cpp testing - classifiers --- packages/kbot/cpp/README.md | 1 + packages/kbot/scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/kbot/cpp/README.md b/packages/kbot/cpp/README.md index 0a731b75..ff5e6244 100644 --- a/packages/kbot/cpp/README.md +++ b/packages/kbot/cpp/README.md @@ -255,6 +255,7 @@ Stress: repeat the **same** batched `kbot-ai` call **N** times on **one** worker ```bash npm run test:ipc:classifier:openrouter:stress +npm run test:ipc:classifier -- -r openrouter -m openai/gpt-4o-mini --backend remote -n 3 KBOT_CLASSIFIER_STRESS_RUNS=10 npm run test:ipc:classifier:openrouter:stress ``` diff --git a/packages/kbot/scripts/build.sh b/packages/kbot/scripts/build.sh index 25226a4d..f358c131 100644 --- a/packages/kbot/scripts/build.sh +++ b/packages/kbot/scripts/build.sh @@ -1,5 +1,5 @@ #!/bin/sh -kbot-d types +#kbot-d types kbot-d fetch kbot-d build npm run webpack