Switch AI primary to qwen3.6:35b and raise timeout #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "orbit-9-qwen35-primary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
gemma4:26b was removed from fox, so the configured primary (
AI_MODELdefaultgemma4:26b) now errors and every summary falls back to cube. This switches the primary to qwen3.6:35b, which produced richer, more accurate Norwegian summaries than gemma4 in a 4-article comparison (concrete scores, names, and nuance gemma left out).Why the timeout bump
qwen3.6:35b is a 35B reasoning model — ~2.5× slower than gemma4, and it exceeded the 60s OpenAI client timeout on 2 of 4 test articles (up to ~79s). Left at 60s, long articles would time out mid-generation and fall back to cube — paying qwen's latency without getting its output. The client timeout is raised to 120s. The app is an async background summarizer, so the higher latency is acceptable.
cube (qwen3:14b via
OLLAMA_URL) stays as the per-request fallback.Verification
Build + vet clean; AI/config tests pass. The 4 failing tests (snapshot/desk OIDC) are pre-existing on
main, unchanged. qwen3.6:35b was validated live against fox during the comparison.Closes #9