From ab74685476dd79c45788a1dfd289bda24b22362d Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 21 Jun 2024 23:13:21 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Update=20resetConvo.ts=20?= =?UTF-8?q?(#3105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reseting -> Resetting --- client/src/utils/resetConvo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/utils/resetConvo.ts b/client/src/utils/resetConvo.ts index 45351b71ed7..71d19489aca 100644 --- a/client/src/utils/resetConvo.ts +++ b/client/src/utils/resetConvo.ts @@ -8,7 +8,7 @@ export default function resetConvo(messages: TMessage[], sender: string) { const lastModel = modelMessages[modelMessages.length - 1].sender; if (lastModel !== sender) { console.log( - 'Model change! Reseting convo. Original messages: ', + 'Model change! Resetting convo. Original messages: ', messages, 'filtered messages: ', modelMessages,