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 8a7b8fb commit 310eeedCopy full SHA for 310eeed
1 file changed
chatgpt/duckduckgpt/duckduckgpt.user.js
@@ -148,7 +148,7 @@
148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
// @author KudoAI
150
// @namespace https://kudoai.com
151
-// @version 2026.1.27.1
+// @version 2026.1.27.2
152
// @license MIT
153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -335,7 +335,7 @@
335
Object.entries(JSON5.parse(responseText)).filter(([, api]) => !api.disabled))),
336
url: `${app.urls.aiwebAssets}/data/ai-chat-apis.json5`
337
})))
338
- apis.AIchatOS.userID = '#/chat/' + Date.now()
+ apis.AIchatOS.userID = `#/chat/${Date.now()}`
339
340
// Init SETTINGS
341
app.config ??= {}
0 commit comments