We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7bae7 commit 57afe35Copy full SHA for 57afe35
1 file changed
chatgpt/bravegpt/bravegpt.user.js
@@ -148,7 +148,7 @@
148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149
// @author KudoAI
150
// @namespace https://kudoai.com
151
-// @version 2026.1.27
+// @version 2026.1.27.1
152
// @license MIT
153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -330,7 +330,7 @@
330
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
331
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
332
})))
333
- apis.AIchatOS.userID = '#/chat/' + Date.now()
+ apis.AIchatOS.userID = `#/chat/${Date.now()}`
334
335
// Init SETTINGS
336
app.config ??= {}
0 commit comments