You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 3fe667591d fix: LLM providers use own HTTP client with 120s timeout (was sharing scraper's 15s)
The scraper client (build_scraper_client) has a 15s timeout appropriate for web
scraping, but LLM API calls — especially with web search — take 30-60s. LLM
providers now build their own reqwest client with 120s timeout via build_llm_client().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 months ago
..
admin.rs Simplify code: deduplicate patterns, fix captcha field name bug 6 months ago
api_keys.rs fix: LLM providers use own HTTP client with 120s timeout (was sharing scraper's 15s) 6 months ago
auth.rs refactor: simplify recent changes — extract helper, named struct, atomic entry, pre-alloc 6 months ago
config.rs Phase 3: Admin module with provider/model curation, rate limits, user management 6 months ago
generation.rs Phase 5: Generation pipeline with SSE progress, syntheses CRUD 6 months ago
health.rs Finished phase 1 6 months ago
mod.rs Phase 5: Generation pipeline with SSE progress, syntheses CRUD 6 months ago
settings.rs Simplify code: deduplicate patterns, fix captcha field name bug 6 months ago
sources.rs Simplify code: deduplicate patterns, fix captcha field name bug 6 months ago
syntheses.rs Phase 7: Email sending via Resend + Markdown/PDF export 6 months ago