dataset client

This commit is contained in:
Xi Yan 2024-10-23 13:53:58 -07:00
parent c5db025320
commit bb43369521
6 changed files with 156 additions and 10 deletions

View file

@ -130,12 +130,6 @@ async def resolve_impls(run_config: StackRunConfig) -> Dict[Api, Any]:
)
}
if info.router_api.value == "scoring":
print("SCORING API")
# p = all_api_providers[api][provider.provider_type]
# p.deps__ = [a.value for a in p.api_dependencies]
providers_with_specs[info.router_api.value] = {
"__builtin__": ProviderWithSpec(
provider_id="__autorouted__",