chore(model): switch heavy agents to Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16

Updated default model definition and all high-token agents (Trade, Research, Auditor) to the new Qwen3.6 abliteration.
This commit is contained in:
Sirius Claw 2026-04-23 04:10:48 +00:00
parent e0ce27f7cd
commit 31d9ecc81d

View file

@ -42,7 +42,7 @@ data:
"api": "openai-completions", "api": "openai-completions",
"models": [ "models": [
{ {
"id": "llmfan46/Qwen3.5-27B-uncensored-heretic", "id": "Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16",
"name": "Qwen3.5-27B-Heretic", "name": "Qwen3.5-27B-Heretic",
"reasoning": true, "reasoning": true,
"contextWindow": 40960 "contextWindow": 40960
@ -74,7 +74,7 @@ data:
{ {
"id": "sirius-trade", "id": "sirius-trade",
"name": "Sirius Trade", "name": "Sirius Trade",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic", "model": "local-vllm/Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16",
"thinking": "medium", "thinking": "medium",
"workspace": "/home/node/.openclaw/workspace" "workspace": "/home/node/.openclaw/workspace"
}, },
@ -87,14 +87,14 @@ data:
{ {
"id": "sirius-research", "id": "sirius-research",
"name": "Sirius Research", "name": "Sirius Research",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic", "model": "local-vllm/Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16",
"thinking": "high", "thinking": "high",
"workspace": "/home/node/.openclaw/workspace" "workspace": "/home/node/.openclaw/workspace"
}, },
{ {
"id": "sirius-auditor", "id": "sirius-auditor",
"name": "Sirius Auditor", "name": "Sirius Auditor",
"model": "local-vllm/llmfan46/Qwen3.5-27B-uncensored-heretic", "model": "local-vllm/Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16",
"thinking": "high", "thinking": "high",
"workspace": "/home/node/.openclaw/workspace" "workspace": "/home/node/.openclaw/workspace"
} }