diff --git a/public/script.js b/public/script.js index ecd7f4b39..06374aa02 100644 --- a/public/script.js +++ b/public/script.js @@ -4554,7 +4554,6 @@ async function getChatResult() { if (chat.length === 1) { const chat_id = (chat.length - 1); await eventSource.emit(event_types.MESSAGE_RECEIVED, chat_id); - addOneMessage(chat[chat_id]); await eventSource.emit(event_types.CHARACTER_MESSAGE_RENDERED, chat_id); } }