mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-19 07:37:18 +00:00
undo some unintentional changes, clean up some stuff
This commit is contained in:
parent
0121114a5d
commit
4f3b009980
3 changed files with 20 additions and 29 deletions
|
@ -369,7 +369,6 @@ async def resolve_remote_stack_impls(
|
|||
api = Api(api_str)
|
||||
impls[api] = await get_client_impl(
|
||||
protocols[api],
|
||||
None,
|
||||
config,
|
||||
{},
|
||||
)
|
||||
|
@ -377,7 +376,6 @@ async def resolve_remote_stack_impls(
|
|||
_, additional_protocol, additional_api = additional_protocols[api]
|
||||
impls[additional_api] = await get_client_impl(
|
||||
additional_protocol,
|
||||
None,
|
||||
config,
|
||||
{},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue