first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user