fix: respect configured LLM generation limits #52
Reference in New Issue
Block a user
Delete Branch "codex/issue-51-llm-timeout-config"
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?
Closes #51. Uses provider-configured token and timeout limits for LLM idea generation, adds regression coverage, and documents longer LiteLLM timeouts for local 20B+ models. Network/auth/model were verified against the live LiteLLM endpoint; full tests and Docker build run on Gitea Ubuntu runners.