Respect configured LLM timeout and token limits for idea generation #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Observed problem
The running LiteLLM integration is reachable and authenticated, but most full sweeps fail with
The operation was aborted due to timeout. Small/modelsand/chat/completionsprobes return HTTP 200. Some production sweeps have generated 4-5 ideas successfully, confirming intermittent timeout rather than bad credentials.lib/llm/ideas.mjshard-codes{ maxTokens: 4096, timeout: 90000 }, overridingLLM_MAX_TOKENSandLLM_TIMEOUT_MSconfigured onOpenAICompatibleProvider/LiteLLMProvider.Acceptance criteria
provider.complete.Fix is in PR #52: #52. Live diagnosis confirmed intermittent 90-second timeouts with successful authenticated requests between failures.