Skip to content

Commit 9021a61

Browse files
committed
Update Claude model for AWS
1 parent 7426544 commit 9021a61

File tree

1 file changed

+1
-1
lines changed
  • shiny/templates/chat/enterprise/aws-bedrock-anthropic

1 file changed

+1
-1
lines changed

shiny/templates/chat/enterprise/aws-bedrock-anthropic/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def _():
3939
messages = chat.messages(format="anthropic")
4040
# Create a response message stream
4141
response = llm.messages.create(
42-
model="anthropic.claude-3-sonnet-20240229-v1:0",
42+
model="anthropic.claude-3-5-sonnet-20241022-v2:0",
4343
messages=messages,
4444
stream=True,
4545
max_tokens=1000,

0 commit comments

Comments
 (0)