Skip to content

Commit 5b512f7

Browse files
committed
Renamed loopBias prompt mod type to variety for consistency
1 parent 8dd613f commit 5b512f7

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 2 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.14
6+
// @version 2025.1.15.15
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
@@ -2309,7 +2309,7 @@
23092309
'Do not type anything but the question and answer',
23102310
'Reply in markdown.'
23112311
]},
2312-
{ type: 'loopBias', mods: [
2312+
{ type: 'variety', mods: [
23132313
'Don\'t provide a question you generated before',
23142314
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
23152315
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 8 additions & 8 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.1.15.13
151+
// @version 2025.1.15.14
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -2859,7 +2859,7 @@
28592859
'Do not type anything but the question and answer',
28602860
'Reply in markdown.'
28612861
]},
2862-
{ type: 'loopBias', mods: [
2862+
{ type: 'variety', mods: [
28632863
'Don\'t provide a question you generated before',
28642864
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
28652865
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '
@@ -2880,17 +2880,17 @@
28802880

28812881
get mods() {
28822882
return get.related.replyIsQuestion ?
2883-
'Generate answers as if in reply to a search engine chatbot asking the question.'
2883+
'Generate answers as if in reply to a search engine chatbot asking the question'
28842884
: [{ type: 'variety', mods: [
2885-
'Make sure to suggest a variety that can even greatly deviate from the original topic.',
2885+
'Make sure to suggest a variety that can even greatly deviate from the original topic',
28862886
'For example, if the original query asked about someone\'s wife, '
2887-
+ 'a good related query could involve a different relative and using their name.',
2887+
+ 'a good related query could involve a different relative and using their name',
28882888
'Another example, if the query asked about a game/movie/show, '
2889-
+ 'good related queries could involve pertinent characters.',
2889+
+ 'good related queries could involve pertinent characters',
28902890
'Another example, if the original query asked how to learn JavaScript, '
2891-
+ 'good related queries could ask why/when/where instead, even replace JS w/ other langs.',
2891+
+ 'good related queries could ask why/when/where instead, even replace JS w/ other langs',
28922892
'But the key is variety. Do not be repetitive. '
2893-
+ 'You must entice user to want to ask one of your related queries.'
2893+
+ 'You must entice user to want to ask one of your related queries'
28942894
]}]
28952895
}
28962896
}

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.1.15.15
151+
// @version 2025.1.15.16
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -2745,7 +2745,7 @@
27452745
'Do not type anything but the question and answer',
27462746
'Reply in markdown.'
27472747
]},
2748-
{ type: 'loopBias', mods: [
2748+
{ type: 'variety', mods: [
27492749
'Don\'t provide a question you generated before',
27502750
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
27512751
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.1.15.12
152+
// @version 2025.1.15.13
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -3073,7 +3073,7 @@
30733073
'Do not type anything but the question and answer',
30743074
'Reply in markdown.'
30753075
]},
3076-
{ type: 'loopBias', mods: [
3076+
{ type: 'variety', mods: [
30773077
'Don\'t provide a question you generated before',
30783078
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
30793079
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '

0 commit comments

Comments
 (0)