This commit is contained in:
lcw
2026-02-05 10:46:54 +08:00
parent 4ad9f4976f
commit b306f2b03b

View File

@ -143,7 +143,6 @@ const connectSSEWithPost = (prompt, options = {}) => {
reject(error);
}
};
readStream();
}).catch(error => {
console.error('SSE请求错误:', error);