fix: handle LLM_BASE_URL with or without /chat/completions suffix
cc8bded
AkshayMcommited on
feat: provider-based LLM profiles + per-request model switching
9a38dd4
AkshayMcommited on
fix: tune Mercury 2 params β use valid temp range (0.5-0.75), instant reasoning for black-box, high for white-box, reasoning_summary=false for factual paths
835aa37
AkshayMcommited on
feat: per-mode reasoning_effort (high for white_box/analyze) + max_tokens 5120
964389b
AkshayMcommited on
production hardening: circuit breakers, graceful degradation, health checks, parallel uploads, HF Spaces deploy config
fc2fe9f
AkshayMcommited on
fix: correct Inception API base URL (inceptionlabs.ai, not inception.ai)
288a113
AkshayMcommited on
fix: add generic LLM_API_KEY/LLM_BASE_URL/LLM_MODEL for any OpenAI-compatible API; fall back from broken api.inception.ai