Replies: 1 comment
-
just store a copy of lm variable as lm_before, and use it when you want to go back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's assume LLM generated an idea "Let's organize a costumes party!" and now I want it to follow along, but I only want to accept ideas for party in Wild West, Jungle, Ancient Egypt and Mars (I know, it can be enforced with select(), but this is just an example). So, I instruct the model"Give me plan for such a party event, to organize everything smoothly", but once I check it is not one of the four options (Wilde West or the like), I want to reset the model and start again from the "Let's organize a costumes party!" moment. Is this possible? Can I "rewind the tape"?
Beta Was this translation helpful? Give feedback.
All reactions