fix(channel): clamp configurable timeout to minimum 30s

This commit is contained in:
Chummy 2026-02-19 14:15:39 +08:00
parent 41a6ed30dd
commit d548caa5f3
2 changed files with 22 additions and 1 deletions

View file

@ -65,6 +65,7 @@ Notes:
- Default `300s` is optimized for on-device LLMs (Ollama) which are slower than cloud APIs.
- If using cloud APIs (OpenAI, Anthropic, etc.), you can reduce this to `60` or lower.
- Values below `30` are clamped to `30` to avoid immediate timeout churn.
- When a timeout occurs, users receive: `⚠️ Request timed out while waiting for the model. Please try again.`
See detailed channel matrix and allowlist behavior in [channels-reference.md](channels-reference.md).