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