mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
fix provider lookup
This commit is contained in:
parent
ef1dd43351
commit
0eb89bcb07
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
for key in ["inference", "safety", "memory", "agents"]:
|
||||
fixture = request.getfixturevalue(f"{key}_{fixture_dict[key]}")
|
||||
providers[key] = fixture.providers
|
||||
print(f"fixture {key} providers: {providers[key]}")
|
||||
if key == "inference":
|
||||
providers[key].append(
|
||||
Provider(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue