mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-26 22:19:49 +00:00
23 lines
404 B
Markdown
23 lines
404 B
Markdown
---
|
|
orphan: true
|
|
---
|
|
|
|
# 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: []
|
|
|
|
```
|
|
|