mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
minor
This commit is contained in:
parent
f40cd62306
commit
924b1fba09
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ def main(
|
||||||
else:
|
else:
|
||||||
apis_to_serve = set(impls.keys())
|
apis_to_serve = set(impls.keys())
|
||||||
|
|
||||||
apis_to_serve.add(Api.inspect)
|
apis_to_serve.add("inspect")
|
||||||
for api_str in apis_to_serve:
|
for api_str in apis_to_serve:
|
||||||
api = Api(api_str)
|
api = Api(api_str)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue