Skip to content

Commit 1da641b

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/amazongpt]
1 parent 194bcbc commit 1da641b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.9.16.3
6+
// @version 2025.9.16.4
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -150,7 +150,7 @@
150150
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
151151
commitHashes: {
152152
app: 'bce1796', // for cached <app|messages>.json
153-
aiweb: 'cc60313' // for cached <ai-chat-apis|code-languages|katex-delimiters|sogou-tts-lang-codes>.json
153+
aiweb: '02c1241' // for cached <ai-chat-apis|code-languages|katex-delimiters|sogou-tts-lang-codes>.json
154154
}
155155
}
156156
app.urls = { resourceHost: `https://cdn.jsdelivr.net/gh/KudoAI/amazongpt@${app.commitHashes.app}` }
@@ -270,7 +270,6 @@
270270
if (!config.replyLang) settings.save('replyLang', env.browser.language) // init reply language if unset
271271
if (!config.fontSize) settings.save('fontSize', 14) // init reply font size if unset
272272
if (!env.scriptManager.supportsStreaming) settings.save('streamingDisabled', true) // disable Streaming in unspported env
273-
if (config.preferredAPI == 'GPTforLove') config.preferredAPI = null // since 502
274273
log.debug(`Success! config = ${log.prettifyObj(config)}`)
275274

276275
// Define UI functions

0 commit comments

Comments
 (0)