mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
update apis_to_serve
This commit is contained in:
parent
b6a3ef51da
commit
f372355409
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ def configure_api_providers(
|
|||
apis_to_serve=apis,
|
||||
)
|
||||
req_apis = prompt_for_config(ReqApis, req_apis)
|
||||
config.apis_to_serve = req_apis.apis_to_serve
|
||||
print("")
|
||||
|
||||
apis = [v.value for v in stack_apis()]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue