text-generation-webui
text-generation-webui copied to clipboard
Add "Save character" button
Added a save and delete button.
I like this but there are some issues:
- Turn template only applies to instruct mode now
- As of today, the name1/name2/context boxes for instruct and chat mode are different, so that all of them should be used as input and the appropriate boxes should be used in the function based on mode
Addressed comments and also added a delete button since the lack of one annoyed me.
Character loading currently doesn't support instruct mode any longer. Should that be implemented in this PR or can it be a separate PR?
I have opted to not include save/delete buttons for instruction templates because that does not seem to be a routine task