You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(timeout): show in config example; trim docstrings
- README: list `timeout` in the main config.yaml example (marked optional)
instead of a separate advanced-options paragraph
- config: shorten the resolve_timeout / _runtime_timeout /
get_timeout_extra_args comments
`entity_types` (optional): a YAML list overriding the entity-type vocabulary used for entity pages; omit it to use the default `person`, `organization`, `place`, `product`, `work`, `event`, `other`.
@@ -382,12 +383,6 @@ extra_headers:
382
383
Copilot-Integration-Id: vscode-chat
383
384
```
384
385
385
-
`timeout` (optional): the per-request LLM timeout in seconds, forwarded to LiteLLM on all of OpenKB's own calls (compile, query, chat, lint, skill). Defaults to LiteLLM's own 600s; raise it for slow local backends (e.g. Ollama on large inputs) that would otherwise hit `litellm.Timeout`. (PageIndex long-document indexing manages its own timeout and is not affected.)
386
-
387
-
```yaml
388
-
timeout: 1200
389
-
```
390
-
391
386
Subscription-based providers that authenticate via OAuth device flow (e.g. `chatgpt/*`, `github_copilot/*`) need no API key; OpenKB skips the missing-key warning for them.
0 commit comments