Skip to content

Commit

Permalink
Use the correct sonnet model name (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje authored Mar 15, 2024
1 parent d2780c9 commit bf2a4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"llm",
AnthropicChatGenerator(
api_key=Secret.from_env_var("ANTHROPIC_API_KEY"),
model="claude-3-sonnet",
model="claude-3-sonnet-20240229",
streaming_callback=print_streaming_chunk,
),
)
Expand Down

0 comments on commit bf2a4af

Please sign in to comment.