From 0ea094a5d26c44f421a43cf2b4b05e75fb68e939 Mon Sep 17 00:00:00 2001 From: William Guss Date: Tue, 24 Sep 2024 11:26:57 -0700 Subject: [PATCH] v.0.0.10 fixes ##225 --- pyproject.toml | 2 +- src/ell/providers/anthropic.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e54e09e14..65fb077e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ell-ai" -version = "0.0.9" +version = "0.0.10" description = "ell - the language model programming library" authors = ["William Guss "] license = "MIT" diff --git a/src/ell/providers/anthropic.py b/src/ell/providers/anthropic.py index a81caf55b..27e487d41 100644 --- a/src/ell/providers/anthropic.py +++ b/src/ell/providers/anthropic.py @@ -158,7 +158,6 @@ def translate_from_provider( register_provider(anthropic_provider, anthropic.AnthropicVertex) except ImportError: - raise pass def serialize_image_for_anthropic(img : ImageContent):