From aabb200bbd46c59eb7163cda8bf34f8e5e7434a4 Mon Sep 17 00:00:00 2001 From: Xtrah <12988459+Xtrah@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:57:46 +0100 Subject: [PATCH] add new Claude 3.5 Haiku to Anthropic pipeline --- 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 0e06f147..98b27d5a 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -46,6 +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-haiku-20241022", "name": "claude-3.5-haiku"}, {"id": "claude-3-5-sonnet-20241022", "name": "claude-3.5-sonnet"}, ]