Commit fd1756f
authored
docs: OpenRouter response caching guide + rendered architecture diagram (#144)
* docs(examples): document OpenRouter response caching via extra_headers
OpenRouter Response Caching (sending X-OpenRouter-Cache / -TTL headers on
compiler LLM calls) is achievable through the general extra_headers
passthrough — no dedicated config needed. Document it in the configuration
guide alongside the other litellm/extra_headers recipes.
Refs #39
* docs: replace ASCII architecture diagram with a rendered image
Swap the text-based diagram under "Architecture" for a rendered
illustration (assets/openkb-architecture.png) covering the same pipeline:
raw/ intake -> markitdown (short docs) / PageIndex (long PDFs) -> LLM
wiki compilation -> the wiki/ foundation -> query/chat, the Skill
Factory, and future generators.1 parent 8d40458 commit fd1756f
3 files changed
Lines changed: 24 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
150 | 125 | | |
151 | 126 | | |
152 | 127 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
139 | 160 | | |
140 | 161 | | |
141 | 162 | | |
| |||
0 commit comments