Skip to content

Commit

Permalink
Renamed loopBias prompt mod type to variety for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Jan 16, 2025
1 parent 8dd613f commit 5b512f7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions amazongpt/greasemonkey/amazongpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @description Adds the magic of AI to Amazon shopping
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.15.14
// @version 2025.1.15.15
// @license MIT
// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
Expand Down Expand Up @@ -2309,7 +2309,7 @@
'Do not type anything but the question and answer',
'Reply in markdown.'
]},
{ type: 'loopBias', mods: [
{ type: 'variety', mods: [
'Don\'t provide a question you generated before',
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '
Expand Down
16 changes: 8 additions & 8 deletions bravegpt/greasemonkey/bravegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.15.13
// @version 2025.1.15.14
// @license MIT
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
Expand Down Expand Up @@ -2859,7 +2859,7 @@
'Do not type anything but the question and answer',
'Reply in markdown.'
]},
{ type: 'loopBias', mods: [
{ type: 'variety', mods: [
'Don\'t provide a question you generated before',
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '
Expand All @@ -2880,17 +2880,17 @@

get mods() {
return get.related.replyIsQuestion ?
'Generate answers as if in reply to a search engine chatbot asking the question.'
'Generate answers as if in reply to a search engine chatbot asking the question'
: [{ type: 'variety', mods: [
'Make sure to suggest a variety that can even greatly deviate from the original topic.',
'Make sure to suggest a variety that can even greatly deviate from the original topic',
'For example, if the original query asked about someone\'s wife, '
+ 'a good related query could involve a different relative and using their name.',
+ 'a good related query could involve a different relative and using their name',
'Another example, if the query asked about a game/movie/show, '
+ 'good related queries could involve pertinent characters.',
+ 'good related queries could involve pertinent characters',
'Another example, if the original query asked how to learn JavaScript, '
+ 'good related queries could ask why/when/where instead, even replace JS w/ other langs.',
+ 'good related queries could ask why/when/where instead, even replace JS w/ other langs',
'But the key is variety. Do not be repetitive. '
+ 'You must entice user to want to ask one of your related queries.'
+ 'You must entice user to want to ask one of your related queries'
]}]
}
}
Expand Down
4 changes: 2 additions & 2 deletions duckduckgpt/greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.15.15
// @version 2025.1.15.16
// @license MIT
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
Expand Down Expand Up @@ -2745,7 +2745,7 @@
'Do not type anything but the question and answer',
'Reply in markdown.'
]},
{ type: 'loopBias', mods: [
{ type: 'variety', mods: [
'Don\'t provide a question you generated before',
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '
Expand Down
4 changes: 2 additions & 2 deletions googlegpt/greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.15.12
// @version 2025.1.15.13
// @license MIT
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
Expand Down Expand Up @@ -3073,7 +3073,7 @@
'Do not type anything but the question and answer',
'Reply in markdown.'
]},
{ type: 'loopBias', mods: [
{ type: 'variety', mods: [
'Don\'t provide a question you generated before',
'Don\'t talk about Canberra, Tokyo, blue whales, photosynthesis, oceans, deserts, '
+ 'mindfulness meditation, the Fibonacci sequence, the liver, Jupiter, '
Expand Down

0 comments on commit 5b512f7

Please sign in to comment.