chore: remove onmessage throw error
This commit is contained in:
parent
4eeb21af7d
commit
5004df4741
|
@ -169,7 +169,6 @@ export class ChatGPTApi implements LLMApi {
|
|||
}
|
||||
} catch (e) {
|
||||
console.error("[Request] parse error", text, msg);
|
||||
throw e;
|
||||
}
|
||||
},
|
||||
onclose() {
|
||||
|
|
Loading…
Reference in New Issue