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
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,9 +142,9 @@ Generated by `okb init`, stored in `.okb/config.yaml`:
142
142
```yaml
143
143
model: gpt-5.4 # LLM model (any LiteLLM-supported provider)
144
144
api_key_env: LLM_API_KEY # Environment variable for LLM API key
145
-
language: en # Wiki output language
146
-
pageindex_threshold: 20# PDF pages threshold for PageIndex
147
-
pageindex_api_key_env: ""# Env var name for PageIndex Cloud API key (default: auto-detect PAGEINDEX_API_KEY)
145
+
language: en # Wiki output language
146
+
pageindex_threshold: 20# PDF pages threshold for PageIndex
147
+
pageindex_api_key_env: ""# (Optional) Environment variable for PageIndex Cloud API key
148
148
```
149
149
150
150
### PageIndex integration
@@ -212,6 +212,14 @@ Contributions are welcome! Please submit a pull request, or open an [issue](http
212
212
213
213
Apache 2.0. See [LICENSE](LICENSE).
214
214
215
-
### Acknowledgments
215
+
### Support Us
216
216
217
-
Inspired by [Andrej Karpathy's LLM Wiki pattern](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f). Powered by [PageIndex](https://pageindex.ai/).
217
+
Leave us a star 🌟 if you like our project. Thank you!
0 commit comments