mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
tmp
This commit is contained in:
parent
3a7b7cf02f
commit
ab13df37dd
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
inference_model if isinstance(inference_model, list) else [inference_model]
|
||||
)
|
||||
|
||||
print(providers)
|
||||
|
||||
model_to_provider_id = {}
|
||||
for provider in providers["inference"]:
|
||||
if provider.config and "model" in provider.config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue