mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-14 15:11:28 +00:00
chore: remove onmessage throw error
This commit is contained in:
@@ -169,7 +169,6 @@ export class ChatGPTApi implements LLMApi {
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("[Request] parse error", text, msg);
|
||||
throw e;
|
||||
}
|
||||
},
|
||||
onclose() {
|
||||
|
Reference in New Issue
Block a user