Skip to content

Commit

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

0 comments on commit 1a89929

Please sign in to comment.