mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-30 12:15:34 +00:00
fix: allow deepseek reasoner and chat to have variants since they are now v4 flash
This commit is contained in:
parent
00d1a7e090
commit
9d6718131e
1 changed files with 0 additions and 2 deletions
|
|
@ -422,8 +422,6 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
|
|||
const id = model.id.toLowerCase()
|
||||
const adaptiveEfforts = anthropicAdaptiveEfforts(model.api.id)
|
||||
if (
|
||||
id.includes("deepseek-chat") ||
|
||||
id.includes("deepseek-reasoner") ||
|
||||
id.includes("deepseek-r1") ||
|
||||
id.includes("deepseek-v3") ||
|
||||
id.includes("minimax") ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue