turboderp / exui

Web UI for ExLlamaV2
MIT License
449 stars 43 forks source link

Edit context #43

Closed dagbdagb closed 7 months ago

dagbdagb commented 8 months ago

When iterating over something, it is occasionally useful to go back in time. In effect, removing from context anything that happened after a certain point.

My first instinct was to allow for setting 'bookmarks'. But this is a bit rigid. Is it feasible to create a client side feature which effectively says "delete from here to the end"?

turboderp commented 8 months ago

I will look into adding some more usability features like that in a bit. Currently you'd have to delete the blocks one by one which I guess is a little inconvenient.

turboderp commented 8 months ago

Should be added now.

dagbdagb commented 7 months ago

LGTM.