forked from phoenix/litellm-mirror
fix provider list bug
This commit is contained in:
parent
562a991b0c
commit
aaf63f64c3
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,7 @@ model_list = (
|
|||
)
|
||||
|
||||
provider_list = [
|
||||
"open",
|
||||
"azure",
|
||||
"openai",
|
||||
"cohere",
|
||||
"anthropic",
|
||||
"replicate",
|
||||
|
@ -240,6 +239,7 @@ provider_list = [
|
|||
"vertex_ai",
|
||||
"ai21",
|
||||
"baseten",
|
||||
"azure",
|
||||
]
|
||||
|
||||
models_by_provider = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue