mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-09 19:58:29 +00:00
Address feedback
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
7c1c5e7dff
commit
20bd7601e8
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ class StackListProviders(Subcommand):
|
||||||
self.parser.set_defaults(func=self._run_providers_list_cmd)
|
self.parser.set_defaults(func=self._run_providers_list_cmd)
|
||||||
|
|
||||||
def _add_arguments(self):
|
def _add_arguments(self):
|
||||||
from llama_stack.distribution.distribution import builtin_automatically_routed_apis
|
from llama_stack.distribution.distribution import providable_apis
|
||||||
|
|
||||||
api_values = [x.router_api.value for x in builtin_automatically_routed_apis()]
|
api_values = [api.value for api in providable_apis()]
|
||||||
self.parser.add_argument(
|
self.parser.add_argument(
|
||||||
"api",
|
"api",
|
||||||
type=str,
|
type=str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue