Timothy J. Baek пре 7 месеци
родитељ
комит
fdf02c4e86
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -1535,7 +1535,7 @@
 			);
 		}
 
-		history.messages[responseMessageId] = responseMessage;
+		history.messages[responseMessage.id] = responseMessage;
 	};
 
 	const stopResponse = () => {