add claude 4.5 haiku support (#3763)

Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
greg niemeyer
2025-10-19 19:23:22 -07:00
committed by GitHub
parent bcb3414561
commit de5a55bd66
3 changed files with 19 additions and 0 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_HAIKU",
"ANTHROPIC_CLAUDE4.5_SONNET",
]
)