chore(opencode): re-order models
This commit is contained in:
parent
3a1cb7487a
commit
425ee187cf
1 changed files with 11 additions and 11 deletions
|
|
@ -2,16 +2,6 @@
|
||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"disabled_providers": ["opencode"],
|
"disabled_providers": ["opencode"],
|
||||||
"provider": {
|
"provider": {
|
||||||
"halo-8001": {
|
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
|
||||||
"name": "Halo (8001)",
|
|
||||||
"options": {
|
|
||||||
"baseURL": "http://halo.fritz.box:8001/v1"
|
|
||||||
},
|
|
||||||
"models": {
|
|
||||||
"placeholder": { "name" : "halo 8001" }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"halo-8000": {
|
"halo-8000": {
|
||||||
"npm": "@ai-sdk/openai-compatible",
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
"name": "Halo (8000)",
|
"name": "Halo (8000)",
|
||||||
|
|
@ -21,6 +11,16 @@
|
||||||
"models": {
|
"models": {
|
||||||
"unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "qwen3.6-35B-A3B" }
|
"unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q8_K_XL": { "name" : "qwen3.6-35B-A3B" }
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"halo-8001": {
|
||||||
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
|
"name": "Halo (8001)",
|
||||||
|
"options": {
|
||||||
|
"baseURL": "http://halo.fritz.box:8001/v1"
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"placeholder": { "name" : "halo 8001" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue