From 15975e3970d8f3ec741f633c6467ed78c99a2b56 Mon Sep 17 00:00:00 2001 From: orion Date: Thu, 26 Feb 2026 06:30:56 +0000 Subject: [PATCH] fix(installer): raise no-reply model contextWindow/maxTokens to satisfy OpenClaw minimums --- scripts/install-whispergate-openclaw.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install-whispergate-openclaw.mjs b/scripts/install-whispergate-openclaw.mjs index 058d2f1..7cc3e7b 100755 --- a/scripts/install-whispergate-openclaw.mjs +++ b/scripts/install-whispergate-openclaw.mjs @@ -167,8 +167,8 @@ if (mode === "install") { reasoning: false, input: ["text"], cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, - contextWindow: 4096, - maxTokens: 4096, + contextWindow: 200000, + maxTokens: 8192, }, ], };