Skip to content

Commit

Permalink
Update Claude model for AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Oct 24, 2024
1 parent 7426544 commit 9021a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def _():
messages = chat.messages(format="anthropic")
# Create a response message stream
response = llm.messages.create(
model="anthropic.claude-3-sonnet-20240229-v1:0",
model="anthropic.claude-3-5-sonnet-20241022-v2:0",
messages=messages,
stream=True,
max_tokens=1000,
Expand Down

0 comments on commit 9021a61

Please sign in to comment.