mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 06:39:26 +00:00
Added remaining files
This commit is contained in:
parent
46795b9bbf
commit
8e213e049c
4 changed files with 7 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ async def resolve_impls_for_test(api: Api, deps: List[Api] = None):
|
|||
{"X-LlamaStack-ProviderData": json.dumps(provider_data)}
|
||||
)
|
||||
|
||||
return {"impls": impls, "persistence": config_dict['providers']['agents'][0]['config']['persistence_store']}
|
||||
return impls
|
||||
|
||||
|
||||
def read_providers(api: Api, config_dict: Dict[str, Any]) -> Dict[str, Any]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue