Minimal ConfigMap update: Add Qwen3.5-35B-A3B uncensored model as option

- Added new model entry to local-vllm.models list (not primary)
- Includes 49k contextWindow and reasoning: true
- No deployment/kustomization changes
This commit is contained in:
Sirius Claw 2026-04-22 05:03:19 +00:00
parent 880f169bef
commit e7debc708c

View file

@ -48,6 +48,12 @@ data:
{
"id": "p-e-w/Qwen3-8B-heretic",
"name": "Qwen3-8B-heretic"
},
{
"id": "Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors",
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive",
"reasoning": true,
"contextWindow": 49152
}
]
}