Merge pull request #306 from justinh-rahb/sonnet-update

Update Claude 3.5 Sonnet to Oct 22 checkpoint.
This commit is contained in:
Justin Hayes
2024-10-23 03:10:18 -04:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ class Pipeline:
{"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):