Fix openclaw model contextWindow to 32768 (minimum is 16000)

This commit is contained in:
2026-02-20 22:08:29 +00:00
parent 18b202909c
commit 0b38b19d20
+4 -4
View File
@@ -31,8 +31,8 @@ cat > /srv/openclaw/config/openclaw.json << 'EOF'
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 8192,
"maxTokens": 8192
"contextWindow": 32768,
"maxTokens": 32768
},
{
"id": "qwen2.5-coder:7b",
@@ -40,8 +40,8 @@ cat > /srv/openclaw/config/openclaw.json << 'EOF'
"reasoning": false,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 8192,
"maxTokens": 8192
"contextWindow": 32768,
"maxTokens": 32768
}
]
}