Skip to content

Commit

Permalink
Update anthropic version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kxtran committed Jun 21, 2024
1 parent 5bd7a9f commit bfe5642
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.
41 changes: 0 additions & 41 deletions examples/logging/anthropic_async_messages_stream_handler.py

This file was deleted.

2 changes: 1 addition & 1 deletion examples/logging/anthropic_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
client = anthropic.Anthropic()

message = client.messages.create(
model="claude-3-opus-20240229",
model="claude-3-5-sonnet-20240620",
max_tokens=1000,
temperature=0.0,
system="Respond only in Yoda-speak.",
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/anthropic_messages_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
client = Anthropic()

stream = client.messages.create(
model="claude-3-opus-20240229",
model="claude-3-5-sonnet-20240620",
messages=[
{
"role": "user",
Expand Down
5 changes: 3 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfe5642

Please sign in to comment.