From fdf02c4e865a7bcaa1db27c90e746cddc068ceac Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 24 Sep 2024 01:12:49 +0200 Subject: [PATCH] fix --- src/lib/components/chat/Chat.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 4f227c090..c698698ce 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1535,7 +1535,7 @@ ); } - history.messages[responseMessageId] = responseMessage; + history.messages[responseMessage.id] = responseMessage; }; const stopResponse = () => {