mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
add default toolgroups to all providers (#795)
# What does this PR do? Add toolgroup defs to all the distribution templates
This commit is contained in:
parent
e88faa91e2
commit
73215460ba
12 changed files with 63 additions and 8 deletions
|
@ -105,6 +105,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
"memory": [memory_provider],
|
||||
},
|
||||
default_models=[inference_model, embedding_model],
|
||||
default_tool_groups=default_tool_groups,
|
||||
),
|
||||
"run-with-safety.yaml": RunConfigSettings(
|
||||
provider_overrides={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue