This commit is contained in:
Timothy Jaeryang Baek
2025-07-07 19:42:08 +04:00
parent 67063e6400
commit 821243ef40
2 changed files with 30 additions and 4 deletions

View File

@@ -164,6 +164,10 @@
loading = true;
await chatCompletionHandler();
messages = messages.filter((message) => {
return message.content !== '';
});
loading = false;
stopResponseFlag = false;
}