fix(installer): raise no-reply model contextWindow/maxTokens to satisfy OpenClaw minimums
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user