fix provider list bug

This commit is contained in:
ishaan-jaff 2023-08-23 16:31:30 -07:00
parent 562a991b0c
commit aaf63f64c3

View file

@ -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 = {