mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +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]
|
inference_model if isinstance(inference_model, list) else [inference_model]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
print(providers)
|
||||||
|
|
||||||
model_to_provider_id = {}
|
model_to_provider_id = {}
|
||||||
for provider in providers["inference"]:
|
for provider in providers["inference"]:
|
||||||
if provider.config and "model" in provider.config:
|
if provider.config and "model" in provider.config:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue