fix(installer): raise no-reply model contextWindow/maxTokens to satisfy OpenClaw minimums

This commit is contained in:
2026-02-26 06:30:56 +00:00
parent 8d34bf257b
commit 15975e3970

View File

@@ -167,8 +167,8 @@ if (mode === "install") {
reasoning: false, reasoning: false,
input: ["text"], input: ["text"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 4096, contextWindow: 200000,
maxTokens: 4096, maxTokens: 8192,
}, },
], ],
}; };