mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-19 11:22:09 +08:00
fix gpt-4 web unusual activity (#615)
This commit is contained in:
@@ -258,7 +258,9 @@ try {
|
||||
}
|
||||
setUserConfig({
|
||||
chatgptArkoseReqUrl: details.url,
|
||||
chatgptArkoseReqForm: formData.toString(),
|
||||
chatgptArkoseReqForm:
|
||||
formData.toString() ||
|
||||
new TextDecoder('utf-8').decode(new Uint8Array(details.requestBody.raw[0].bytes)),
|
||||
}).then(() => {
|
||||
console.log('Arkose req url and form saved')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user