docs: add routing strategy example

This commit is contained in:
gwizz
2025-12-23 00:39:18 +11:00
parent c020fa60d0
commit 2a0100b2d6

View File

@@ -66,6 +66,10 @@ quota-exceeded:
switch-project: true # Whether to automatically switch to another project when a quota is exceeded
switch-preview-model: true # Whether to automatically switch to a preview model when a quota is exceeded
# Routing strategy for selecting credentials when multiple match.
routing:
strategy: "round-robin" # round-robin (default), fill-first
# When true, enable authentication for the WebSocket API (/v1/ws).
ws-auth: false