forked from phoenix-oss/llama-stack-mirror
provider_id => provider_type, adapter_id => adapter_type
This commit is contained in:
parent
df68db644b
commit
fe4aabd690
21 changed files with 83 additions and 85 deletions
|
@ -47,11 +47,11 @@ class StackListProviders(Subcommand):
|
|||
|
||||
rows = []
|
||||
for spec in providers_for_api.values():
|
||||
if spec.provider_id == "sample":
|
||||
if spec.provider_type == "sample":
|
||||
continue
|
||||
rows.append(
|
||||
[
|
||||
spec.provider_id,
|
||||
spec.provider_type,
|
||||
",".join(spec.pip_packages),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue