mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Add more sample content
This commit is contained in:
parent
6cbc387851
commit
ef042e1605
21 changed files with 198 additions and 1 deletions
|
@ -47,6 +47,8 @@ class StackListProviders(Subcommand):
|
|||
|
||||
rows = []
|
||||
for spec in providers_for_api.values():
|
||||
if spec.provider_id == "sample":
|
||||
continue
|
||||
rows.append(
|
||||
[
|
||||
spec.provider_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue