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 = [
|
provider_list = [
|
||||||
"open",
|
"openai",
|
||||||
"azure",
|
|
||||||
"cohere",
|
"cohere",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"replicate",
|
"replicate",
|
||||||
|
@ -240,6 +239,7 @@ provider_list = [
|
||||||
"vertex_ai",
|
"vertex_ai",
|
||||||
"ai21",
|
"ai21",
|
||||||
"baseten",
|
"baseten",
|
||||||
|
"azure",
|
||||||
]
|
]
|
||||||
|
|
||||||
models_by_provider = {
|
models_by_provider = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue