Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2026-04-03 21:48:23 +08:00
committed by GitHub
4 changed files with 76 additions and 5 deletions

View File

@@ -105,6 +105,10 @@ routing:
# When true, enable authentication for the WebSocket API (/v1/ws).
ws-auth: false
# When true, enable Gemini CLI internal endpoints (/v1internal:*).
# Default is false for safety.
enable-gemini-cli-endpoint: false
# When > 0, emit blank lines every N seconds for non-streaming responses to prevent idle timeouts.
nonstream-keepalive-interval: 0