From 7d30cf8c3eb8ab8dc1e4ff1c31b48b141381f76e Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:08:44 -0400 Subject: [PATCH] Update anthropic_manifold_pipeline.py Update Claude 3.5 Sonnet to Oct 22 checkpoint. --- examples/pipelines/providers/anthropic_manifold_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py index 81fa910f..0e06f147 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -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):