chore: fix opencode model config
This commit is contained in:
parent
624a72737c
commit
603e435db8
1 changed files with 2 additions and 16 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
"baseURL": "http://halo.fritz.box:8001/v1"
|
"baseURL": "http://halo.fritz.box:8001/v1"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "halo 8001" }
|
"placeholder": { "name" : "halo 8001" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"halo-8000": {
|
"halo-8000": {
|
||||||
|
|
@ -19,21 +19,7 @@
|
||||||
"baseURL": "http://halo.fritz.box:8000/v1"
|
"baseURL": "http://halo.fritz.box:8000/v1"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"unsloth/Qwen3-Coder-Next-GGUF:UD-Q8_K_XL": {
|
"unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "qwen3.6-35B-A3B" }
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue