mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 11:12:01 +00:00
19 lines
382 B
Markdown
19 lines
382 B
Markdown
# inline::llama-guard
|
|
|
|
## Description
|
|
|
|
Llama Guard safety provider for content moderation and safety filtering using Meta's Llama Guard model.
|
|
|
|
## Configuration
|
|
|
|
| Field | Type | Required | Default | Description |
|
|
|-------|------|----------|---------|-------------|
|
|
| `excluded_categories` | `list[str` | No | [] | |
|
|
|
|
## Sample Configuration
|
|
|
|
```yaml
|
|
excluded_categories: []
|
|
|
|
```
|
|
|