From 2b3910b9684dcfe64d33c63eb22d43306be66244 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Fri, 17 Mar 2023 19:42:29 +0200 Subject: [PATCH] Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index a419b68dc..499802c27 100644 --- a/public/script.js +++ b/public/script.js @@ -1887,7 +1887,7 @@ async function getChat() { //console.log(data); //chat.length = 0; if (data[0] !== undefined) { - chat.push(...response); + chat.push(...data); chat_create_date = chat[0]['create_date']; chat.shift(); } else {