diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-14 16:15:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-14 16:15:04 +0200 |
| commit | 10112d4b7a8150118e705b95df73c08824ac2b22 (patch) | |
| tree | a441a95ed22bef8f5eae4bdd5b103b8fb3e9ccbb /config.toml.example | |
| parent | 4cf21e265c1de0457af30aecb77ef0826468e366 (diff) | |
Release v0.22.3v0.22.3
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 84734a5..098600e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -9,7 +9,7 @@ [general] max_tokens = 4000 max_context_tokens = 4000 -request_timeout = 30 # LLM request timeout in seconds +request_timeout = 600 # LLM request timeout in seconds (10 minutes) # 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. |
