mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
fix config w/ safety
This commit is contained in:
parent
4586692dee
commit
1ac188e1b3
4 changed files with 28 additions and 5 deletions
|
@ -23,6 +23,7 @@ class CommonRoutingTableImpl(RoutingTable):
|
|||
routing_table_config: Dict[str, List[RoutableProviderConfig]],
|
||||
) -> None:
|
||||
self.providers = {k: v for k, v in inner_impls}
|
||||
print("routing table providers", self.providers)
|
||||
self.routing_keys = list(self.providers.keys())
|
||||
self.routing_table_config = routing_table_config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue