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