Skip to content

Commit

Permalink
update version of claude
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Sep 11, 2024
1 parent a3f0c35 commit 32b0f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision_agent/lmm/lmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ class ClaudeSonnetLMM(LMM):
def __init__(
self,
api_key: Optional[str] = None,
model_name: str = "claude-3-sonnet-20240229",
model_name: str = "claude-3-5-sonnet-20240620",
max_tokens: int = 4096,
**kwargs: Any,
):
Expand Down

0 comments on commit 32b0f15

Please sign in to comment.