mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 22:03:53 +00:00
fix: rewording
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
This commit is contained in:
parent
dd86427ce3
commit
aa68e98b7a
5 changed files with 11 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
|
||||
safety_model = ModelInput(
|
||||
model_id="${env.SAFETY_MODEL}",
|
||||
provider_id="ollama",
|
||||
provider_id="podman-ai-lab",
|
||||
)
|
||||
default_tool_groups = [
|
||||
ToolGroupInput(
|
||||
|
|
@ -131,7 +131,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
"SAFETY_MODEL": (
|
||||
"meta-llama/Llama-Guard-3-1B",
|
||||
"Safety model loaded into the Ollama server",
|
||||
"Safety model loaded into the Podman AI Lab server",
|
||||
),
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue