Skip to content

Commit

Permalink
add new Claude 3.5 Haiku to Anthropic pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtrah committed Nov 5, 2024
1 parent 6cdac4f commit aabb200
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def get_anthropic_models(self):
{"id": "claude-3-haiku-20240307", "name": "claude-3-haiku"},
{"id": "claude-3-opus-20240229", "name": "claude-3-opus"},
{"id": "claude-3-sonnet-20240229", "name": "claude-3-sonnet"},
{"id": "claude-3-5-haiku-20241022", "name": "claude-3.5-haiku"},
{"id": "claude-3-5-sonnet-20241022", "name": "claude-3.5-sonnet"},
]

Expand Down

0 comments on commit aabb200

Please sign in to comment.