mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 18:03:56 +00:00
fix safety in starter
This commit is contained in:
parent
51d9fd4808
commit
3d83322003
8 changed files with 84 additions and 111 deletions
|
|
@ -146,7 +146,8 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
]
|
||||
|
||||
default_models = get_model_registry(available_models) + [
|
||||
models, _ = get_model_registry(available_models)
|
||||
default_models = models + [
|
||||
ModelInput(
|
||||
model_id="meta-llama/Llama-3.3-70B-Instruct",
|
||||
provider_id="groq",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue