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:
parent
e0ce27f7cd
commit
31d9ecc81d
1 changed files with 4 additions and 4 deletions
|
|
@ -42,7 +42,7 @@ data:
|
|||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "llmfan46/Qwen3.5-27B-uncensored-heretic",
|
||||
"id": "Youssofal/Qwen3.6-27B-Abliterated-Heretic-Uncensored-BF16",
|
||||
"name": "Qwen3.5-27B-Heretic",
|
||||
"reasoning": true,
|
||||
"contextWindow": 40960
|
||||
|
|
@ -74,7 +74,7 @@ data:
|
|||
{
|
||||
"id": "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",
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
},
|
||||
|
|
@ -87,14 +87,14 @@ data:
|
|||
{
|
||||
"id": "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",
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
},
|
||||
{
|
||||
"id": "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",
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue