mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
serve routing table API unconditionally
This commit is contained in:
parent
8be385c994
commit
dd9d34cf7d
1 changed files with 1 additions and 2 deletions
|
@ -288,8 +288,7 @@ def main(
|
||||||
apis_to_serve = set(impls.keys())
|
apis_to_serve = set(impls.keys())
|
||||||
|
|
||||||
for inf in builtin_automatically_routed_apis():
|
for inf in builtin_automatically_routed_apis():
|
||||||
if inf.router_api.value in apis_to_serve:
|
apis_to_serve.add(inf.routing_table_api.value)
|
||||||
apis_to_serve.add(inf.routing_table_api.value)
|
|
||||||
|
|
||||||
apis_to_serve.add("inspect")
|
apis_to_serve.add("inspect")
|
||||||
for api_str in apis_to_serve:
|
for api_str in apis_to_serve:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue