21 lines
591 B
YAML
21 lines
591 B
YAML
# yaml-language-server: $schema=https://agentgateway.dev/schema/config
|
|
# Format binds — workaround pour le bug UI "e.binds.forEach"
|
|
# Note: OpenRouter (hostOverride) incompatible avec le format binds, voir config.yaml
|
|
|
|
config:
|
|
adminAddr: 0.0.0.0:15000
|
|
|
|
binds:
|
|
- port: 4000
|
|
listeners:
|
|
- routes:
|
|
- backends:
|
|
- ai:
|
|
name: claude-sonnet-4-6
|
|
provider:
|
|
anthropic:
|
|
model: claude-sonnet-4-6
|
|
policies:
|
|
backendAuth:
|
|
key: "$ANTHROPIC_API_KEY"
|