add support for claude sonnet 4.5 (#3692)

This commit is contained in:
greg niemeyer
2025-10-12 09:57:52 -07:00
committed by GitHub
parent cb35d966ac
commit 9b2bbda3c8
3 changed files with 15 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ def setup_llm_providers() -> None:
"ANTHROPIC_CLAUDE3.5_HAIKU",
"ANTHROPIC_CLAUDE4_OPUS",
"ANTHROPIC_CLAUDE4_SONNET",
"ANTHROPIC_CLAUDE4.5_SONNET",
]
)
else: