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 = [
|
||||
"openai",
|
||||
"azure",
|
||||
"cohere",
|
||||
"anthropic",
|
||||
"replicate",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue