add azure to the llm provider list

This commit is contained in:
Krrish Dholakia 2023-08-21 13:16:57 -07:00
parent 3375caf307
commit a61fcad451
2 changed files with 2 additions and 1 deletions

View file

@ -223,6 +223,7 @@ model_list = (
provider_list = [ provider_list = [
"openai", "openai",
"azure",
"cohere", "cohere",
"anthropic", "anthropic",
"replicate", "replicate",

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "0.1.443" version = "0.1.444"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT License" license = "MIT License"