mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08: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