File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 33// @description Adds the magic of AI to Amazon shopping
44// @author KudoAI
55// @namespace https://kudoai.com
6- // @version 2025.1.16.2
6+ // @version 2025.1.16.3
77// @license MIT
88// @icon https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon48.png?v=0fddfc7
99// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/amazongpt/black-gold-teal/icon64.png?v=0fddfc7
25472547 } else if ( api == 'GPTforLove' ) {
25482548 payload = {
25492549 prompt : lastUserMsg . content , secret : session . generateGPTFLkey ( ) ,
2550- systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI.'
2551- + 'Follow the user\'s instructions carefully.' ,
2550+ systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
2551+ + 'Follow the user\'s instructions carefully. '
2552+ + 'Do not respond in Chinese unless you were asked to!' ,
25522553 temperature : 0.8 , top_p : 1
25532554 }
25542555 if ( apis . GPTforLove . parentID ) payload . options = { parentMessageId : apis . GPTforLove . parentID }
Original file line number Diff line number Diff line change 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.16.2
151+ // @version 2025.1.16.3
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
32113211 } else if ( api == 'GPTforLove' ) {
32123212 payload = {
32133213 prompt : lastUserMsg . content , secret : session . generateGPTFLkey ( ) ,
3214- systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI.'
3215- + 'Follow the user\'s instructions carefully.' ,
3214+ systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
3215+ + 'Follow the user\'s instructions carefully. '
3216+ + 'Do not respond in Chinese unless you were asked to!' ,
32163217 temperature : 0.8 , top_p : 1
32173218 }
32183219 if ( apis . GPTforLove . parentID ) payload . options = { parentMessageId : apis . GPTforLove . parentID }
Original file line number Diff line number Diff line change 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.16.2
151+ // @version 2025.1.16.3
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
30983098 } else if ( api == 'GPTforLove' ) {
30993099 payload = {
31003100 prompt : lastUserMsg . content , secret : session . generateGPTFLkey ( ) ,
3101- systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI.'
3102- + 'Follow the user\'s instructions carefully.' ,
3101+ systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
3102+ + 'Follow the user\'s instructions carefully. '
3103+ + 'Do not respond in Chinese unless you were asked to!' ,
31033104 temperature : 0.8 , top_p : 1
31043105 }
31053106 if ( apis . GPTforLove . parentID ) payload . options = { parentMessageId : apis . GPTforLove . parentID }
Original file line number Diff line number Diff line change 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.16.2
152+ // @version 2025.1.16.3
153153// @license MIT
154154// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
34313431 } else if ( api == 'GPTforLove' ) {
34323432 payload = {
34333433 prompt : lastUserMsg . content , secret : session . generateGPTFLkey ( ) ,
3434- systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI.'
3435- + 'Follow the user\'s instructions carefully.' ,
3434+ systemMessage : 'You are ChatGPT, the version is GPT-4o, a large language model trained by OpenAI. '
3435+ + 'Follow the user\'s instructions carefully. '
3436+ + 'Do not respond in Chinese unless you were asked to!' ,
34363437 temperature : 0.8 , top_p : 1
34373438 }
34383439 if ( apis . GPTforLove . parentID ) payload . options = { parentMessageId : apis . GPTforLove . parentID }
You can’t perform that action at this time.
0 commit comments