Skip to content

Commit 31a7acc

Browse files
committed
fix: revert changes after rebase
1 parent a1160fe commit 31a7acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rustv1/examples/bedrock-runtime/src/bin/tool-use.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ use aws_smithy_types::Document;
2424
use tracing::debug;
2525

2626
// Set the model ID, e.g., Claude 3 Haiku.
27-
const MODEL_ID: &str = "anthropic.claude-3-7-sonnet-20250219-v1:0";
28-
const CLAUDE_REGION: &str = "eu-west-1";
27+
const MODEL_ID: &str = "anthropic.claude-3-haiku-20240307-v1:0";
28+
const CLAUDE_REGION: &str = "us-east-1";
2929

3030
const SYSTEM_PROMPT: &str = "You are a weather assistant that provides current weather data for user-specified locations using only
3131
the Weather_Tool, which expects latitude and longitude. Infer the coordinates from the location yourself.

0 commit comments

Comments
 (0)