Skip to content

Commit

Permalink
v.0.0.10 fixes ##225
Browse files Browse the repository at this point in the history
  • Loading branch information
MadcowD committed Sep 24, 2024
1 parent 5243a68 commit 0ea094a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/ell/providers/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0ea094a

Please sign in to comment.