From 6cb9cc1489c001f72bd5795341b4d5494906200a Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 22 Feb 2026 17:09:33 -0500 Subject: [PATCH] feat(opencode): add test model configuration --- home/dot_config/opencode/opencode.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/dot_config/opencode/opencode.json b/home/dot_config/opencode/opencode.json index 454012b..c00af36 100644 --- a/home/dot_config/opencode/opencode.json +++ b/home/dot_config/opencode/opencode.json @@ -24,7 +24,10 @@ }, "qwen3-coder-next": { "name": "Qwen3 Coder Next" - } + }, + "hf.co/unsloth/GLM-4.7-Flash-GGUF:Q4_K_M": { + "name": "Test" + } } } }