Skip to content

Commit

Permalink
Merge pull request #306 from justinh-rahb/sonnet-update
Browse files Browse the repository at this point in the history
Update Claude 3.5 Sonnet to Oct 22 checkpoint.
  • Loading branch information
justinh-rahb authored Oct 23, 2024
2 parents 3253bae + 7d30cf8 commit c90e580
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +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-sonnet-20240620", "name": "claude-3.5-sonnet"},
{"id": "claude-3-5-sonnet-20241022", "name": "claude-3.5-sonnet"},
]

async def on_startup(self):
Expand Down

0 comments on commit c90e580

Please sign in to comment.