From 1a899292957fc2b1f615c97c0bf067a952e52fe7 Mon Sep 17 00:00:00 2001 From: Vladimir Prelovac Date: Mon, 6 Nov 2023 15:45:43 -0800 Subject: [PATCH] 0.3.8 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e645acb..81fad56 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pyllms", - version="0.3.7", + version="0.3.8", description="Minimal Python library to connect to LLMs (OpenAI, Anthropic, Google Palm2/Vertex, AI21, Cohere, Aleph-Alpha, HuggingfaceHub), with a built-in model performance benchmark.", long_description=long_description, long_description_content_type="text/markdown", @@ -20,6 +20,7 @@ "openai", "tiktoken", "anthropic>=0.3", + "anthropi_bedrock", "ai21", "cohere", "aleph-alpha-client",