mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
add comment
This commit is contained in:
parent
8cd0917bf6
commit
2472327512
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
inference_model if isinstance(inference_model, list) else [inference_model]
|
||||
)
|
||||
|
||||
# NOTE: meta-reference provider needs 1 provider per model, lookup provider_id from provider config
|
||||
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