Skip to content

Commit d0c22a7

Browse files
committed
docs: drop timeout from README config example (per review)
1 parent b482c33 commit d0c22a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ OpenKB settings are initialized by `openkb init` and stored in `.openkb/config.y
358358
model: gpt-5.4 # LLM model (any LiteLLM-supported provider)
359359
language: en # Wiki output language
360360
pageindex_threshold: 20 # PDF pages threshold for PageIndex
361-
timeout: 1200 # (optional) per-request LLM timeout in seconds; defaults to LiteLLM's 600s
362361
```
363362
364363
Model names use `provider/model` LiteLLM [format](https://docs.litellm.ai/docs/providers) (OpenAI models can omit the prefix):

0 commit comments

Comments
 (0)