mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 02:58:21 +00:00
fix
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
79b79889bc
commit
111f31b60d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class StackListProviders(Subcommand):
|
|||
def _add_arguments(self):
|
||||
from llama_stack.distribution.distribution import builtin_automatically_routed_apis
|
||||
|
||||
api_values = [x.router_api for x in builtin_automatically_routed_apis()]
|
||||
api_values = [x.router_api.value for x in builtin_automatically_routed_apis()]
|
||||
self.parser.add_argument(
|
||||
"api",
|
||||
type=str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue