mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
ApiSurface -> Api
This commit is contained in:
parent
7890921e5c
commit
125fdb1b2a
13 changed files with 76 additions and 87 deletions
|
@ -29,7 +29,7 @@ class DistributionCreate(Subcommand):
|
|||
help="Name of the distribution to create",
|
||||
required=True,
|
||||
)
|
||||
# for each ApiSurface the user wants to support, we should
|
||||
# for each Api the user wants to support, we should
|
||||
# get the list of available adapters, ask which one the user
|
||||
# wants to pick and then ask for their configuration.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue