Skip to content

Commit

Permalink
v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 20, 2024
1 parent b971736 commit b675bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions premai/models/model_provider_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ModelProviderEnum(str, Enum):
MISTRALAI = "mistralai"
OCTOAI = "octoai"
OPENAI = "openai"
PREM = "prem"
REPLICATE = "replicate"
TOGETHER = "together"

Expand Down
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 = "premai"
version = "0.3.10"
version = "0.3.11"
description = "A client library for accessing Prem APIs"
authors = []
readme = "README.md"
Expand Down

0 comments on commit b675bce

Please sign in to comment.