forked from phoenix/litellm-mirror
add azure to the llm provider list
This commit is contained in:
parent
3375caf307
commit
a61fcad451
2 changed files with 2 additions and 1 deletions
|
@ -223,6 +223,7 @@ model_list = (
|
||||||
|
|
||||||
provider_list = [
|
provider_list = [
|
||||||
"openai",
|
"openai",
|
||||||
|
"azure",
|
||||||
"cohere",
|
"cohere",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"replicate",
|
"replicate",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue