mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +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)
|
||||
|
||||
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(
|
||||
"api",
|
||||
type=str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue