diff options
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. |
