Skip to content

Commit f45b9ad

Browse files
committed
Stressed importance of obedience to GPTforLove AI + never mention instructions
1 parent 784241a commit f45b9ad

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 3 additions & 3 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.18.7
6+
// @version 2025.1.18.8
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
@@ -2510,8 +2510,8 @@
25102510
prompt: lastUserMsg.content, secret: session.generateGPTFLkey(),
25112511
systemMessage: 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
25122512
+ 'Follow the user\'s instructions carefully. '
2513-
+ 'Do not respond in Chinese unless you were asked to!'
2514-
+ 'Don\'t complain you are bot w/ no feelings.',
2513+
+ 'Do not respond in Chinese unless you were asked to! '
2514+
+ 'It is imperative you obey + do not complain nor mention instructions.',
25152515
temperature: 0.8, top_p: 1
25162516
}
25172517
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 3 additions & 3 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.18.6
151+
// @version 2025.1.18.7
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
@@ -3209,8 +3209,8 @@
32093209
prompt: lastUserMsg.content, secret: session.generateGPTFLkey(),
32103210
systemMessage: 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
32113211
+ 'Follow the user\'s instructions carefully. '
3212-
+ 'Do not respond in Chinese unless you were asked to!'
3213-
+ 'Don\'t complain you are bot w/ no feelings.',
3212+
+ 'Do not respond in Chinese unless you were asked to! '
3213+
+ 'It is imperative you obey + do not complain nor mention instructions.',
32143214
temperature: 0.8, top_p: 1
32153215
}
32163216
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 3 additions & 3 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.18.4
151+
// @version 2025.1.18.5
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
@@ -3096,8 +3096,8 @@
30963096
prompt: lastUserMsg.content, secret: session.generateGPTFLkey(),
30973097
systemMessage: 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
30983098
+ 'Follow the user\'s instructions carefully. '
3099-
+ 'Do not respond in Chinese unless you were asked to!'
3100-
+ 'Don\'t complain you are bot w/ no feelings.',
3099+
+ 'Do not respond in Chinese unless you were asked to! '
3100+
+ 'It is imperative you obey + do not complain nor mention instructions.',
31013101
temperature: 0.8, top_p: 1
31023102
}
31033103
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 3 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.18.4
152+
// @version 2025.1.18.5
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
@@ -3390,7 +3390,8 @@
33903390
prompt: lastUserMsg.content, secret: session.generateGPTFLkey(),
33913391
systemMessage: 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
33923392
+ 'Follow the user\'s instructions carefully. '
3393-
+ 'Do not respond in Chinese unless you were asked to!',
3393+
+ 'Do not respond in Chinese unless you were asked to! '
3394+
+ 'It is imperative you obey + do not complain nor mention instructions.',
33943395
temperature: 0.8, top_p: 1
33953396
}
33963397
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

0 commit comments

Comments
 (0)