forked from XiaoMo/ChatGPT-Next-Web
fix: #1668 should not summarize twice
This commit is contained in:
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…
Reference in New Issue
Block a user