We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1160fe commit 31a7accCopy full SHA for 31a7acc
rustv1/examples/bedrock-runtime/src/bin/tool-use.rs
@@ -24,8 +24,8 @@ use aws_smithy_types::Document;
24
use tracing::debug;
25
26
// 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";
+const MODEL_ID: &str = "anthropic.claude-3-haiku-20240307-v1:0";
+const CLAUDE_REGION: &str = "us-east-1";
29
30
const SYSTEM_PROMPT: &str = "You are a weather assistant that provides current weather data for user-specified locations using only
31
the Weather_Tool, which expects latitude and longitude. Infer the coordinates from the location yourself.
0 commit comments