Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AmazonBedrock/anthropic/00_Tutorial_How-To.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"session = boto3.Session() # create a boto3 session to dynamically get and set the region name\n",
"AWS_REGION = session.region_name\n",
"print(\"AWS Region:\", AWS_REGION)\n",
"MODEL_NAME = \"anthropic.claude-3-haiku-20240307-v1:0\"\n",
"MODEL_NAME = \"anthropic.claude-haiku-4-5-20251001-v1:0\"\n",
"\n",
"%store MODEL_NAME\n",
"%store AWS_REGION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"outputs": [],
"source": [
"# Store the model name and AWS region for later use\n",
"MODEL_NAME = \"anthropic.claude-3-haiku-20240307-v1:0\"\n",
"MODEL_NAME = \"anthropic.claude-haiku-4-5-20251001-v1:0\"\n",
"AWS_REGION = \"us-west-2\"\n",
"\n",
"%store MODEL_NAME\n",
Expand Down
2 changes: 1 addition & 1 deletion AmazonBedrock/boto3/00_Tutorial_How-To.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"session = boto3.Session() # create a boto3 session to dynamically get and set the region name\n",
"AWS_REGION = session.region_name\n",
"print(\"AWS Region:\", AWS_REGION)\n",
"MODEL_NAME = \"anthropic.claude-3-haiku-20240307-v1:0\"\n",
"MODEL_NAME = \"anthropic.claude-haiku-4-5-20251001-v1:0\"\n",
"\n",
"%store MODEL_NAME\n",
"%store AWS_REGION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"import json\n",
"\n",
"# Store the model name and AWS region for later use\n",
"MODEL_NAME = \"anthropic.claude-3-haiku-20240307-v1:0\"\n",
"MODEL_NAME = \"anthropic.claude-haiku-4-5-20251001-v1:0\"\n",
"AWS_REGION = \"us-west-2\"\n",
"\n",
"%store MODEL_NAME\n",
Expand Down
2 changes: 1 addition & 1 deletion Anthropic 1P/00_Tutorial_How-To.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"outputs": [],
"source": [
"API_KEY = \"your_api_key_here\"\n",
"MODEL_NAME = \"claude-3-haiku-20240307\"\n",
"MODEL_NAME = \"claude-haiku-4-5\"\n",
"\n",
"# Stores the API_KEY & MODEL_NAME variables for use across notebooks within the IPython store\n",
"%store API_KEY\n",
Expand Down