mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 06:00:48 +00:00
minor change
This commit is contained in:
parent
7d2dc3e801
commit
5c9fcf0f2b
1 changed files with 7 additions and 7 deletions
|
@ -130,14 +130,14 @@ providers:
|
||||||
type: sqlite
|
type: sqlite
|
||||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/files_metadata.db
|
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/files_metadata.db
|
||||||
safety:
|
safety:
|
||||||
- provider_id: llama-guard
|
- provider_id: llama-guard
|
||||||
provider_type: inline::llama-guard
|
provider_type: inline::llama-guard
|
||||||
config:
|
config:
|
||||||
|
excluded_categories: []
|
||||||
|
- provider_id: CodeScanner
|
||||||
|
provider_type: inline::code-scanner
|
||||||
|
config:
|
||||||
excluded_categories: []
|
excluded_categories: []
|
||||||
- provider_id: CodeScanner
|
|
||||||
provider_type: inline::code-scanner
|
|
||||||
config:
|
|
||||||
excluded_categories: []
|
|
||||||
agents:
|
agents:
|
||||||
- provider_id: meta-reference
|
- provider_id: meta-reference
|
||||||
provider_type: inline::meta-reference
|
provider_type: inline::meta-reference
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue