Display generated bg in the bg block. Add ability to copy chat bg to system list.

This commit is contained in:
Cohee
2023-10-21 17:43:25 +03:00
parent 8d121bf38f
commit 5012237eb3
7 changed files with 200 additions and 85 deletions

View File

@@ -7721,6 +7721,7 @@ jQuery(async function () {
$("#rm_button_selected_ch").children("h2").text('');
select_rm_characters();
sendSystemMessage(system_message_types.WELCOME);
eventSource.emit(event_types.CHAT_CHANGED, getCurrentChatId());
} else {
toastr.info("Please stop the message generation first.");
}