mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 07:42:43 +02:00
fixing path
This commit is contained in:
parent
e3c4293ec4
commit
381b18101c
1 changed files with 2 additions and 2 deletions
|
|
@ -3,12 +3,12 @@ version: v0.3.0
|
|||
# Define the Risk Crew Agent service
|
||||
agents:
|
||||
- id: risk_crew_agent
|
||||
url: http://host.docker.internal:10530
|
||||
url: http://host.docker.internal:10530/v1/chat/completions
|
||||
|
||||
# MCP filter for PII redaction and prompt injection detection
|
||||
filters:
|
||||
- id: pii_security_filter
|
||||
url: http://host.docker.internal:10550
|
||||
url: http://host.docker.internal:10550/v1/tools/pii_security_filter
|
||||
|
||||
# LLM providers with model routing
|
||||
model_providers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue