Skip to content

Commit f785f0b

Browse files
committed
Suppressed complaints from GPTforLove AI
1 parent 9d7cec0 commit f785f0b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

amazongpt/greasemonkey/amazongpt.user.js

Lines changed: 3 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.18.4
6+
// @version 2025.1.18.5
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,7 +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!',
2513+
+ 'Do not respond in Chinese unless you were asked to!'
2514+
+ 'Don\'t complain you are bot w/ no feelings.',
25142515
temperature: 0.8, top_p: 1
25152516
}
25162517
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 3 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.18.3
151+
// @version 2025.1.18.4
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,7 +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!',
3212+
+ 'Do not respond in Chinese unless you were asked to!'
3213+
+ 'Don\'t complain you are bot w/ no feelings.',
32133214
temperature: 0.8, top_p: 1
32143215
}
32153216
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

duckduckgpt/greasemonkey/duckduckgpt.user.js

Lines changed: 3 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.18.3
151+
// @version 2025.1.18.4
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,7 +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!',
3099+
+ 'Do not respond in Chinese unless you were asked to!'
3100+
+ 'Don\'t complain you are bot w/ no feelings.',
31003101
temperature: 0.8, top_p: 1
31013102
}
31023103
if (apis.GPTforLove.parentID) payload.options = { parentMessageId: apis.GPTforLove.parentID }

0 commit comments

Comments
 (0)