mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
all endpoints w/ build->configure->run simple local works
This commit is contained in:
parent
1d463e1a36
commit
e0e2b2ef5b
2 changed files with 3 additions and 1 deletions
|
@ -158,6 +158,9 @@ def configure_api_providers(
|
|||
)
|
||||
|
||||
config.routing_table[api_str] = routing_entries
|
||||
config.api_providers[api_str] = PlaceholderProviderConfig(
|
||||
providers=p if isinstance(p, list) else [p]
|
||||
)
|
||||
else:
|
||||
config.api_providers[api_str] = GenericProviderConfig(
|
||||
provider_id=p,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue