FIx: replace deprecated claude-3-7-sonnet-20250219 with claude-4-sonnet-20250514

This commit is contained in:
Sameer Kankute
2026-02-20 17:27:59 -08:00
committed by yuneng-jiang
parent 65dc7556a8
commit 36fd14357c
10 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ def test_aaparallel_function_call(model):
@pytest.mark.parametrize(
"model",
[
"anthropic/claude-3-7-sonnet-20250219",
"anthropic/claude-4-sonnet-20250514",
"bedrock/us.anthropic.claude-3-7-sonnet-20250219-v1:0",
],
)