diff --git a/premai/models/model_provider_enum.py b/premai/models/model_provider_enum.py index 0910841..2d58853 100644 --- a/premai/models/model_provider_enum.py +++ b/premai/models/model_provider_enum.py @@ -12,6 +12,7 @@ class ModelProviderEnum(str, Enum): MISTRALAI = "mistralai" OCTOAI = "octoai" OPENAI = "openai" + PREM = "prem" REPLICATE = "replicate" TOGETHER = "together" diff --git a/pyproject.toml b/pyproject.toml index 9219d9d..fd7a268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"