Skip to content

Commit 03c0846

Browse files
committed
Bumped app.commitHashes.app, deleted nullify config.preferredAPI if GPTforLove ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 1da641b commit 03c0846

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.9.16.3
151+
// @version 2025.9.16.4
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -272,7 +272,7 @@
272272
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
273273
commitHashes: {
274274
app: '66ac514', // for cached <app|messages>.json
275-
aiweb: 'cc60313' // for cached <ai-chat-apis|code-languages|katex-delimiters|sogou-tts-lang-codes>.json
275+
aiweb: '02c1241' // for cached <ai-chat-apis|code-languages|katex-delimiters|sogou-tts-lang-codes>.json
276276
}
277277
}
278278
app.urls = { resourceHost: `https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@${app.commitHashes.app}` }
@@ -416,7 +416,6 @@
416416
if (!config.replyLang) settings.save('replyLang', env.browser.language) // init reply language if unset
417417
if (!config.fontSize) settings.save('fontSize', 12.8791) // init reply font size if unset
418418
if (!env.scriptManager.supportsStreaming) settings.save('streamingDisabled', true) // disable Streaming in unspported env
419-
if (config.preferredAPI == 'GPTforLove') config.preferredAPI = null // since 502
420419
log.debug(`Success! config = ${log.prettifyObj(config)}`)
421420

422421
// Define UI functions

0 commit comments

Comments
 (0)