forked from phoenix-oss/llama-stack-mirror
provider_type -> provider_id ... less confusing
This commit is contained in:
parent
ce6c868499
commit
6f5d9a3df8
11 changed files with 25 additions and 33 deletions
|
@ -49,7 +49,7 @@ class StackListProviders(Subcommand):
|
|||
for spec in providers_for_api.values():
|
||||
rows.append(
|
||||
[
|
||||
spec.provider_type,
|
||||
spec.provider_id,
|
||||
",".join(spec.pip_packages),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue