|
|
|
|
|
by jstanley
386 days ago
|
|
I think you may be confused about how LLMs work. Editing the history you send to the API works perfectly fine. You don't need the LLM to specifically "re-evaluate" the history from the point you edited. In a way it is "re-evaluating" the entire history for every token it generates. |
|
So yes, I know that I can just do a simple text replacement somewhere in the history but that's not really useful. I want the conversation to be re-evaluated from that point because it might have gone differently with that changed message.