This commit is contained in:
SillyLossy
2023-05-16 22:48:50 +03:00
3 changed files with 23 additions and 11 deletions

View File

@@ -948,7 +948,7 @@ function printMessages() {
function clearChat() {
count_view_mes = 0;
extension_prompts = {};
$("#chat").html("");
$("#chat").children().remove();
}
function deleteLastMessage() {