feat(opencode): add qwen3 model

This commit is contained in:
2026-02-09 20:37:25 -05:00
parent e151c2e7c3
commit 3e712774d7

View File

@@ -13,9 +13,12 @@
"gpt-oss:20b": { "gpt-oss:20b": {
"name": "GPT OSS 20b" "name": "GPT OSS 20b"
}, },
"hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": { "hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q3_K_M": {
"name": "Qwen3 4b" "name": "Qwen3 4b"
} },
"qwen3-coder-next:latest": {
"name": "Qwen3 Coder Next"
}
} }
} }
} }