This commit is contained in:
Timothy J. Baek
2024-09-24 01:12:49 +02:00
parent 398bc96b1a
commit fdf02c4e86

View File

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