修复 推理失败不能恢复的问题
All checks were successful
Build / build (push) Successful in 1m33s

This commit is contained in:
Twilight 2024-09-19 17:00:43 +08:00
parent 795807abdb
commit 50bd4687de

View File

@ -538,6 +538,9 @@ function streamChat(streamId: String, redirect = false) {
content: "目前无法完成推理,请稍后再试。",
positiveText: "好",
});
evtSource.close();
processing.value = false;
};
let messageAdded = false;