Merge pull request #661 from jroth1111/fix/streaming-bootstrap-forwarder

fix: improve streaming bootstrap and forwarding
This commit is contained in:
Luis Pater
2025-12-24 03:51:40 +08:00
committed by GitHub
11 changed files with 829 additions and 279 deletions

View File

@@ -73,6 +73,11 @@ routing:
# When true, enable authentication for the WebSocket API (/v1/ws).
ws-auth: false
# Streaming behavior (SSE keep-alives + safe bootstrap retries).
# streaming:
# keepalive-seconds: 15 # Default: 0 (disabled). <= 0 disables keep-alives.
# bootstrap-retries: 1 # Default: 0 (disabled). Retries before first byte is sent.
# Gemini API keys
# gemini-api-key:
# - api-key: "AIzaSy...01"