Skip to content

Commit

Permalink
Merge pull request #318 from Xtrah/main
Browse files Browse the repository at this point in the history
add new Claude 3.5 Haiku to Anthropic pipeline
  • Loading branch information
tjbck authored Nov 11, 2024
2 parents 6cdac4f + aabb200 commit c98ca76
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 c98ca76

Please sign in to comment.