mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
fix provider
This commit is contained in:
parent
51457b0750
commit
57340e7a51
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
ModelInput(
|
||||
model_id=model,
|
||||
model_type=ModelType.llm,
|
||||
provider_id=providers["inference"][0].provider_id,
|
||||
provider_id=providers["inference"][i].provider_id,
|
||||
)
|
||||
for model in inference_models
|
||||
for i, model in enumerate(inference_models)
|
||||
]
|
||||
models.append(
|
||||
ModelInput(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue