From 79da20ad20f2e986accdef5fc2d57fd420133068 Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Thu, 20 Jun 2024 12:42:49 -0400 Subject: [PATCH] Fix model string name --- 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 fe634fa..29d55d3 100644 --- a/examples/pipelines/providers/anthropic_manifold_pipeline.py +++ b/examples/pipelines/providers/anthropic_manifold_pipeline.py @@ -40,7 +40,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-20240620", "name": "claude-3.5-sonnet"}, # Add other Anthropic models here as they become available ]