mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
remove prints
This commit is contained in:
parent
0c4508d6c2
commit
8cd0917bf6
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ 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