chore: remove onmessage throw error

This commit is contained in:
Hk-Gosuto 2023-11-08 18:47:31 +08:00
parent 4eeb21af7d
commit 5004df4741

View File

@ -169,7 +169,6 @@ export class ChatGPTApi implements LLMApi {
}
} catch (e) {
console.error("[Request] parse error", text, msg);
throw e;
}
},
onclose() {