Skip to content

Commit 0843d8c

Browse files
committed
Expanded apply obedience augment in prompts.augment() to all APIs, moved above humanity augment
1 parent 89b598f commit 0843d8c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.25.13
6+
// @version 2025.1.25.14
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
@@ -2188,8 +2188,8 @@
21882188
: `${prompt} //`
21892189
+ ` ${prompts.create('language',
21902190
/FREEGPT|ToYaml\.com/.test(api) ? { mods: 'noChinese' } : undefined )}`
2191+
+ ` ${prompts.create('obedience', { mods: 'all' })}`
21912192
+ ` ${prompts.create('humanity', { mods: 'all' })}`
2192-
+ ( api == 'FREEGPT' ? ` ${prompts.create('obedience', { mods: 'all' })}` : '' )
21932193
},
21942194

21952195
create(type, { mods } = {}) {

bravegpt/greasemonkey/bravegpt.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-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.1.25.14
151+
// @version 2025.1.25.15
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
@@ -2784,8 +2784,8 @@
27842784
: `${prompt} //`
27852785
+ ` ${prompts.create('language',
27862786
/FREEGPT|ToYaml\.com/.test(api) ? { mods: 'noChinese' } : undefined )}`
2787+
+ ` ${prompts.create('obedience', { mods: 'all' })}`
27872788
+ ` ${prompts.create('humanity', { mods: 'all' })}`
2788-
+ ( api == 'FREEGPT' ? ` ${prompts.create('obedience', { mods: 'all' })}` : '' )
27892789
},
27902790

27912791
create(type, { mods, prevQuery } = {}) {

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.25.15
151+
// @version 2025.1.25.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
@@ -2670,8 +2670,8 @@
26702670
: `${prompt} //`
26712671
+ ` ${prompts.create('language',
26722672
/FREEGPT|ToYaml\.com/.test(api) ? { mods: 'noChinese' } : undefined )}`
2673+
+ ` ${prompts.create('obedience', { mods: 'all' })}`
26732674
+ ` ${prompts.create('humanity', { mods: 'all' })}`
2674-
+ ( api == 'FREEGPT' ? ` ${prompts.create('obedience', { mods: 'all' })}` : '' )
26752675
},
26762676

26772677
create(type, { mods, prevQuery } = {}) {

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.25.14
152+
// @version 2025.1.25.15
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
@@ -2959,8 +2959,8 @@
29592959
: `${prompt} //`
29602960
+ ` ${prompts.create('language',
29612961
/FREEGPT|ToYaml\.com/.test(api) ? { mods: 'noChinese' } : undefined )}`
2962+
+ ` ${prompts.create('obedience', { mods: 'all' })}`
29622963
+ ` ${prompts.create('humanity', { mods: 'all' })}`
2963-
+ ( api == 'FREEGPT' ? ` ${prompts.create('obedience', { mods: 'all' })}` : '' )
29642964
},
29652965

29662966
create(type, { mods, prevQuery } = {}) {

0 commit comments

Comments
 (0)