Skip to content

Commit e87caa1

Browse files
committed
Haiku 3.5 -> haiku 4.5 for better LTS
1 parent 9f3aa34 commit e87caa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aws-cpp-sdk-bedrock-runtime-integration-tests/IntegrationTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ TEST_F(BedrockRuntimeTests, TestStreaming)
8080

8181
TEST_F(BedrockRuntimeTests, TestInvokeModel)
8282
{
83-
auto bedrockRequest = Aws::BedrockRuntime::Model::InvokeModelRequest{}.WithModelId("us.anthropic.claude-3-5-haiku-20241022-v1:0").WithAccept("application/json") ;
83+
auto bedrockRequest = Aws::BedrockRuntime::Model::InvokeModelRequest{}.WithModelId("us.anthropic.claude-haiku-4-5-20251001-v1:0").WithAccept("application/json") ;
8484

8585
bedrockRequest.SetBody(Aws::MakeShared<Aws::StringStream>(
8686
"BedrockRuntimeTests::TestInvokeModel",

0 commit comments

Comments
 (0)