Skip to content

Commit

Permalink
fix dependacy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vprelovac committed Nov 7, 2023
1 parent 1a89929 commit 159e6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -20,7 +20,7 @@
"openai",
"tiktoken",
"anthropic>=0.3",
"anthropi_bedrock",
"anthropic_bedrock",
"ai21",
"cohere",
"aleph-alpha-client",
Expand Down

0 comments on commit 159e6c3

Please sign in to comment.