From 159e6c386b36a4a48013c534f2326f866583fcab Mon Sep 17 00:00:00 2001 From: Vladimir Prelovac Date: Tue, 7 Nov 2023 07:04:20 -0800 Subject: [PATCH] fix dependacy typo --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 81fad56..6da5f7f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pyllms", - version="0.3.8", + version="0.3.8.1", 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,7 +20,7 @@ "openai", "tiktoken", "anthropic>=0.3", - "anthropi_bedrock", + "anthropic_bedrock", "ai21", "cohere", "aleph-alpha-client",