mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 18:25:22 +00:00
fix provider list bug
This commit is contained in:
+2
-2
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user