diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2026-02-02 20:55:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-02 20:55:36 +0200 |
| commit | c8dd76141098a66767883c6eb21dd47ebcf10269 (patch) | |
| tree | 4887ab977b8a92165e180dd3d3c7323df7e6172b /config.toml.example | |
| parent | 28e2d1a7729e4d434e47006a1932eeb75821aadc (diff) | |
| parent | 97c48711ce0c42bcf39aab1f88b54985a9744b8e (diff) | |
Merge pull request #2 from florianbuetow/feature-timeout-config
feat: add configurable request timeout for LLM calls
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example index ae8110a..cc34e04 100644 --- a/config.toml.example +++ b/config.toml.example @@ -3,6 +3,7 @@ [general] max_tokens = 4000 max_context_tokens = 4000 +request_timeout = 30 # LLM request timeout in seconds # context_mode controls how much of the current document is sent as extra context: # - minimal: no additional context beyond the request payload. # - window: include a sliding window of ~context_window_lines around the cursor. |
