|
|
|
|
|
by CuriouslyC
293 days ago
|
|
It is done at immediately before the LLM call, transforming the message history for the API call. This does reduce the context cache hit rate a bit, but I'm cache aware so I try to avoid repacking the early parts if I can help it. The tradeoff is 100% worth it though. |
|