fix: keep streaming defaults legacy-safe

This commit is contained in:
gwizz
2025-12-23 00:53:18 +11:00
parent 4442574e53
commit 5bf89dd757
3 changed files with 16 additions and 4 deletions

View File

@@ -69,6 +69,11 @@ quota-exceeded:
# 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"