all endpoints w/ build->configure->run simple local works

This commit is contained in:
Xi Yan 2024-09-23 00:58:34 -07:00
parent 1d463e1a36
commit e0e2b2ef5b
2 changed files with 3 additions and 1 deletions

View file

@ -158,6 +158,9 @@ def configure_api_providers(
)
config.routing_table[api_str] = routing_entries
config.api_providers[api_str] = PlaceholderProviderConfig(
providers=p if isinstance(p, list) else [p]
)
else:
config.api_providers[api_str] = GenericProviderConfig(
provider_id=p,