fix: #1668 should not summarize twice

This commit is contained in:
Yidadaa 2023-05-22 23:12:26 +08:00
parent bb0c3835f4
commit 58f726c602

View File

@ -28,7 +28,6 @@ export const ChatControllerPool = {
remove(sessionIndex: number, messageId: number) {
const key = this.key(sessionIndex, messageId);
this.controllers[key]?.abort();
delete this.controllers[key];
},