chore: fix opencode model config

This commit is contained in:
Harald Hoyer 2026-05-05 10:34:07 +02:00
parent 624a72737c
commit 603e435db8

View file

@ -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" }
}
}
}