mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
update run.yaml
This commit is contained in:
parent
6a5f20e2b5
commit
006e5cbfdf
2 changed files with 12 additions and 7 deletions
|
@ -130,10 +130,14 @@ providers:
|
|||
type: sqlite
|
||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/files_metadata.db
|
||||
safety:
|
||||
- provider_id: CodeScanner
|
||||
provider_type: inline::code-scanner
|
||||
config:
|
||||
- provider_id: llama-guard
|
||||
provider_type: inline::llama-guard
|
||||
config:
|
||||
excluded_categories: []
|
||||
- provider_id: CodeScanner
|
||||
provider_type: inline::code-scanner
|
||||
config:
|
||||
excluded_categories: []
|
||||
agents:
|
||||
- provider_id: meta-reference
|
||||
provider_type: inline::meta-reference
|
||||
|
@ -212,6 +216,9 @@ inference_store:
|
|||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/inference_store.db
|
||||
models: []
|
||||
shields:
|
||||
- shield_id: llama-guard
|
||||
provider_id: ${env.SAFETY_MODEL:+llama-guard}
|
||||
provider_shield_id: ${env.SAFETY_MODEL:=}
|
||||
- shield_id: CodeScanner
|
||||
provider_id: ${env.SAFETY_MODEL:+CodeScanner}
|
||||
provider_shield_id: ${env.SAFETY_MODEL:=}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue