From e499f6bfb47d61536d53e162c626ff2b8945ccbb Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 26 Jan 2023 13:35:06 +0400 Subject: [PATCH] fix --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index be05814fe..c0330ad02 100644 --- a/public/index.html +++ b/public/index.html @@ -625,7 +625,7 @@ } - async function preGenerate(){ + var chat2 = []; var j = 0; for(var i = chat.length-1; i >= 0; i--){ @@ -705,7 +705,7 @@ } i++; - } + } function runGenerate(cycleGenerationPromt = ''){