Skip to content

Commit 1943818

Browse files
committed
Improved randQAprompt to be more random ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 5469674 commit 1943818

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Adds the magic of AI to Amazon shopping
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2025.1.15.2
6+
// @version 2025.1.15.3
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
@@ -2154,10 +2154,12 @@
21542154
appDiv.querySelectorAll(`.${app.cssPrefix}-chatbar-btn`).forEach(btn => {
21552155
if (btn.id.endsWith('shuffle-btn')) btn.onclick = () => {
21562156
const randQAprompt = 'Generate a single random question on any topic then answer it. '
2157-
+ 'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, '
2157+
+ 'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, ' // OpenAI bias
21582158
+ 'deserts, mindfulness meditation, the Fibonacci sequence, the liver, '
21592159
+ 'Jupiter, the Great Wall of China, Sheakespeare or da Vinci. '
2160+
+ 'Dont\'t talk about the benefits of practicing something regularly. ' // MixerBox AI bias
21602161
+ 'Try to give an answer that is 50-100 words. '
2162+
+ 'Dont\'t provide a question you generated before. '
21612163
+ 'Do not type anything but the question and answer. Reply in markdown.'
21622164
chatTextarea.value = augmentQuery(randQAprompt)
21632165
chatTextarea.dispatchEvent(new KeyboardEvent('keydown',

0 commit comments

Comments
 (0)