chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-16 05:03:50 +00:00
parent 6b20838981
commit 150ab07a83
2 changed files with 2 additions and 6 deletions

View File

@@ -393,9 +393,7 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
if (!model.capabilities.reasoning) return {}
const id = model.id.toLowerCase()
const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) =>
model.api.id.includes(v),
)
const isAnthropicAdaptive = ["opus-4-6", "opus-4.6", "sonnet-4-6", "sonnet-4.6"].some((v) => model.api.id.includes(v))
const adaptiveEfforts = ["low", "medium", "high", "max"]
if (
id.includes("deepseek") ||