Skip to content

Commit 50439e0

Browse files
authored
fix(tests): update retired claude-3-haiku model in integration tests (strands-agents#2186)
1 parent 255b767 commit 50439e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests_integ/test_summarizing_conversation_manager_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def model():
3434
client_args={
3535
"api_key": os.getenv("ANTHROPIC_API_KEY"),
3636
},
37-
model_id="claude-3-haiku-20240307", # Using Haiku for faster/cheaper tests
37+
model_id="claude-haiku-4-5-20251001", # Using Haiku for faster/cheaper tests
3838
max_tokens=1024,
3939
)
4040

@@ -46,7 +46,7 @@ def summarization_model():
4646
client_args={
4747
"api_key": os.getenv("ANTHROPIC_API_KEY"),
4848
},
49-
model_id="claude-3-haiku-20240307",
49+
model_id="claude-haiku-4-5-20251001",
5050
max_tokens=512,
5151
)
5252

0 commit comments

Comments
 (0)