Skip to content

Commit

Permalink
Use latest Claude 3.5 Sonnet model
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Oct 24, 2024
1 parent b603915 commit 3f2a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbug/generative_model_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create_anthropic_llm(temperature=0.2, top_p=None):
from langchain_anthropic import ChatAnthropic

return ChatAnthropic(
model_name="claude-3-5-sonnet-20240620",
model_name="claude-3-5-sonnet-20241022",
api_key=get_secret("ANTHROPIC_API_KEY"),
temperature=temperature,
top_p=top_p,
Expand Down

0 comments on commit 3f2a523

Please sign in to comment.