Update anthropic_manifold_pipeline.py

Update Claude 3.5 Sonnet to Oct 22 checkpoint.
This commit is contained in:
Justin Hayes 2024-10-23 03:08:44 -04:00 committed by GitHub
parent 3253bae470
commit 7d30cf8c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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):