mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 07:03:58 +00:00
fix
This commit is contained in:
parent
f6ba8a123d
commit
145da06fdf
4 changed files with 7 additions and 7 deletions
|
|
@ -161,7 +161,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
# if the
|
||||
ShieldInput(
|
||||
shield_id="llama-guard",
|
||||
provider_id="${env.SAFETY_MODEL:+inline::llama-guard}",
|
||||
provider_id="${env.SAFETY_MODEL:+llama-guard}",
|
||||
provider_shield_id="${env.SAFETY_MODEL:=}",
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue