Skip to content

Commit 51cd68d

Browse files
authored
update readme
1 parent 3f729c0 commit 51cd68d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ A "generator" reads from the compiled wiki and produces something usable: an ans
207207

208208
### 💬 Query & Chat — *Ask the wiki*
209209

210-
`openkb query "..."` answers a single question. `openkb chat` is interactive; each turn carries history, so you can dig into a topic without re-typing context. Both use the same underlying wiki and retrieval primitives.
210+
`openkb query "..."` answers a single question. `openkb chat` is interactive each turn carries history, so you can dig into a topic without re-typing context. Both use the same underlying wiki and retrieval primitives.
211211

212212
```bash
213213
openkb query "What does the literature say about attention scaling?"
@@ -344,7 +344,7 @@ Model names use `provider/model` LiteLLM [format](https://docs.litellm.ai/docs/p
344344
| Gemini | `gemini/gemini-3.1-pro-preview` |
345345

346346
<details>
347-
<summary><i>Advanced options:</i></summary>
347+
<summary><i>Advanced options (entity_types, extra_headers, OAuth):</i></summary>
348348
<br>
349349

350350
`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`.
@@ -437,7 +437,7 @@ gemini skills install https://github.com/VectifyAI/OpenKB.git --path skills/open
437437

438438
</details>
439439

440-
The skill is read-only; it won't run `openkb add`, `remove`, or `lint --fix` without you asking. See [`skills/openkb/SKILL.md`](skills/openkb/SKILL.md) for the full instruction set.
440+
The skill is read-only. It won't run `openkb add`, `remove`, or `lint --fix` without you asking. See [`skills/openkb/SKILL.md`](skills/openkb/SKILL.md) for the full instruction set.
441441

442442
# 🧭 Learn More
443443

0 commit comments

Comments
 (0)