From af7cf8e1d8c17785b106e0902a9729d132d2a1d7 Mon Sep 17 00:00:00 2001 From: James Ononogbu <42041008+Kaligraphy247@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:18:50 +0100 Subject: [PATCH] Add Claude 3.7 Added support for Antropic's new Claude 3.7 thinking model --- examples/pipelines/providers/anthropic_manifold_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pipelines/providers/anthropic_manifold_pipeline.py b/examples/pipelines/providers/anthropic_manifold_pipeline.py index 98b27d5..3540c61 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -48,6 +48,7 @@ class Pipeline: {"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"}, + {"id": "claude-3-7-sonnet-20250219", "name": "claude-3.7-sonnet"}, ] async def on_startup(self):