This commit is contained in:
Frank
2025-11-23 15:21:47 -05:00
parent 7413c2715c
commit bbc9142fc5
30 changed files with 746 additions and 481 deletions

View File

@@ -676,7 +676,7 @@ export namespace Provider {
if (providerID === "github-copilot") {
priority = priority.filter((m) => m !== "claude-haiku-4.5")
}
if (providerID === "opencode" || providerID === "local") {
if (providerID.startsWith("opencode")) {
priority = ["gpt-5-nano"]
}
for (const item of priority) {