Fix openclaw model contextWindow to 32768 (minimum is 16000)
This commit is contained in:
+4
-4
@@ -31,8 +31,8 @@ cat > /srv/openclaw/config/openclaw.json << 'EOF'
|
|||||||
"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": 8192,
|
"contextWindow": 32768,
|
||||||
"maxTokens": 8192
|
"maxTokens": 32768
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "qwen2.5-coder:7b",
|
"id": "qwen2.5-coder:7b",
|
||||||
@@ -40,8 +40,8 @@ cat > /srv/openclaw/config/openclaw.json << 'EOF'
|
|||||||
"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": 8192,
|
"contextWindow": 32768,
|
||||||
"maxTokens": 8192
|
"maxTokens": 32768
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user