fix openclaw config

This commit is contained in:
sirius0xdev 2026-04-21 03:28:27 +00:00
parent bd09ea4958
commit fd3e3d8f45

View file

@ -46,8 +46,8 @@ data:
"api": "openai-completions",
"models": [
{
"id": "trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
"name": "Qwen2.5-Coder-7B-Heretic"
"id": "p-e-w/Qwen3-8B-heretic",
"name": "Qwen3-8B-heretic"
}
]
}
@ -56,7 +56,7 @@ data:
"agents": {
"defaults": {
"model": {
"primary": "local-vllm/trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
"primary": "local-vllm/p-e-w/Qwen3-8B-heretic",
"fallbacks": ["google/gemini-3.1-pro-preview"]
},
"workspace": "/home/node/.openclaw/workspace"