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:
parent
880f169bef
commit
e7debc708c
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue