Add Anthropic Claude 4 and 3.5 Haiku models (#2477)

This commit is contained in:
Shuchang Zheng
2025-05-26 19:18:20 -07:00
committed by GitHub
parent e3c17a0384
commit fc71c32133
2 changed files with 65 additions and 0 deletions

View File

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