Skip to content

Commit

Permalink
Add Claude-3.5 Sonnet latest model variant to supported models
Browse files Browse the repository at this point in the history
  • Loading branch information
idvorkin committed Oct 26, 2024
1 parent d9820fb commit bd85e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ell/models/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def register(client: anthropic.Anthropic):
('claude-3-haiku-20240307', 'anthropic'),
('claude-3-5-sonnet-20240620', 'anthropic'),
('claude-3-5-sonnet-20241022', 'anthropic'),
('claude-3-5-sonnet-latest', 'anthropic'),
]
for model_id, owned_by in model_data:
config.register_model(model_id, client)
Expand Down

0 comments on commit bd85e24

Please sign in to comment.