Skip to content

Commit

Permalink
Changed proxy 200 response failure log label in dataProcess.text()
Browse files Browse the repository at this point in the history
…to more accurate 'Response text' ↞ [auto-sync from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 13, 2024
1 parent 4cae5d3 commit b891f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.9.13.3
// @version 2024.9.13.4
// @license MIT
// @icon https://media.bravegpt.com/images/icons/bravegpt/icon48.png?0a9e287
// @icon64 https://media.bravegpt.com/images/icons/bravegpt/icon64.png?0a9e287
Expand Down Expand Up @@ -3159,7 +3159,7 @@
} catch (err) { handleProcessError(err) }
}
} else if (caller.status != 'done') { // proxy 200 response failure
log.info('Response', resp.responseText) ; api.tryNew(caller) }
log.info('Response text', resp.responseText) ; api.tryNew(caller) }

function handleProcessCompletion() {
if (caller.status != 'done') {
Expand Down

0 comments on commit b891f8a

Please sign in to comment.