mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 15:52:44 +02:00
fixing config
This commit is contained in:
parent
381b18101c
commit
057c17bb43
1 changed files with 3 additions and 3 deletions
|
|
@ -3,12 +3,12 @@ version: v0.3.0
|
||||||
# Define the Risk Crew Agent service
|
# Define the Risk Crew Agent service
|
||||||
agents:
|
agents:
|
||||||
- id: risk_crew_agent
|
- id: risk_crew_agent
|
||||||
url: http://host.docker.internal:10530/v1/chat/completions
|
url: http://localhost:10530/v1/chat/completions
|
||||||
|
|
||||||
# MCP filter for PII redaction and prompt injection detection
|
# MCP filter for PII redaction and prompt injection detection
|
||||||
filters:
|
filters:
|
||||||
- id: pii_security_filter
|
- id: pii_security_filter
|
||||||
url: http://host.docker.internal:10550/v1/tools/pii_security_filter
|
url: http://localhost:10550/v1/tools/pii_security_filter
|
||||||
|
|
||||||
# LLM providers with model routing
|
# LLM providers with model routing
|
||||||
model_providers:
|
model_providers:
|
||||||
|
|
@ -82,7 +82,7 @@ listeners:
|
||||||
# Endpoints for prompt targets
|
# Endpoints for prompt targets
|
||||||
endpoints:
|
endpoints:
|
||||||
case_service:
|
case_service:
|
||||||
endpoint: host.docker.internal:10540
|
endpoint: localhost:10540
|
||||||
connect_timeout: 5s
|
connect_timeout: 5s
|
||||||
|
|
||||||
# Prompt target for case creation
|
# Prompt target for case creation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue