fix: #1668 should not summarize twice

main
Yidadaa 2 years ago
parent bb0c3835f4
commit 58f726c602

@ -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];
},

Loading…
Cancel
Save