diff --git a/config/opencode/config.json b/config/opencode/config.json index eb650ac..8f337b2 100644 --- a/config/opencode/config.json +++ b/config/opencode/config.json @@ -9,7 +9,7 @@ "baseURL": "http://halo.fritz.box:8001/v1" }, "models": { - "unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "halo 8001" } + "placeholder": { "name" : "halo 8001" } } }, "halo-8000": { @@ -19,21 +19,7 @@ "baseURL": "http://halo.fritz.box:8000/v1" }, "models": { - "unsloth/Qwen3-Coder-Next-GGUF:UD-Q8_K_XL": { - "name": "halo 8000" - } - } - }, - "lmstudio-local": { - "npm": "@ai-sdk/openai-compatible", - "name": "LM Studio (local)", - "options": { - "baseURL": "http://127.0.0.1:1234/v1" - }, - "models": { - "qwen3-coder-30b-a3b-instruct-mlx@6bit": { - "name": "qwen3-coder-30b-a3b-instruct-mlx@6bit" - } + "unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "qwen3.6-35B-A3B" } } } }