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