diff --git a/litellm/__init__.py b/litellm/__init__.py index 6a71ff0af..2271d60f4 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -223,6 +223,7 @@ model_list = ( provider_list = [ "openai", + "azure", "cohere", "anthropic", "replicate", diff --git a/pyproject.toml b/pyproject.toml index a3d731a07..dc196ef13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.443" +version = "0.1.444" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"