fix: dedupe claude-sonnet-5 entries after overlapping salvages
PRs #55848 and #55853 both added claude-sonnet-5 to the anthropic and gmi curated lists; keep one entry each (newest-sonnet-first ordering under claude-fable-5, matching the existing list convention).
This commit is contained in:
parent
07f39cf9a6
commit
877fd7edf5
|
|
@ -367,7 +367,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"MiniMax-M2",
|
||||
],
|
||||
"anthropic": [
|
||||
"claude-sonnet-5",
|
||||
"claude-fable-5",
|
||||
"claude-sonnet-5",
|
||||
"claude-opus-4-8",
|
||||
|
|
@ -408,7 +407,6 @@ _PROVIDER_MODELS: dict[str, list[str]] = {
|
|||
"google/gemini-3.1-flash-lite-preview",
|
||||
"anthropic/claude-sonnet-5",
|
||||
"anthropic/claude-sonnet-4.6",
|
||||
"anthropic/claude-sonnet-5",
|
||||
"openai/gpt-5.4",
|
||||
],
|
||||
"opencode-zen": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue