From 741c64a66b300eb5ded96bc1c79691c1779ef3b2 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Thu, 5 Sep 2024 22:17:41 +0000 Subject: [PATCH] =?UTF-8?q?Tweaked=20`rqPrompt`=20to=20bypass=20new=20Free?= =?UTF-8?q?=20Chat=20API=20detection=20=E2=86=9E=20[auto-sync=20from=20`ad?= =?UTF-8?q?amlui/chatgpt-apps`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- greasemonkey/googlegpt.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greasemonkey/googlegpt.user.js b/greasemonkey/googlegpt.user.js index 099d968e..53ca4d41 100644 --- a/greasemonkey/googlegpt.user.js +++ b/greasemonkey/googlegpt.user.js @@ -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 2024.9.5.7 +// @version 2024.9.5.8 // @license MIT // @icon https://media.googlegpt.io/images/icons/googlegpt/black/icon48.png?8652a6e // @icon64 https://media.googlegpt.io/images/icons/googlegpt/black/icon64.png?8652a6e @@ -2977,7 +2977,7 @@ // Init prompt const queryIsQuestion = /[??]/.test(query) && show.reply.src != 'shuffle' - const rqPrompt = 'Present to me a numbered list of ' + const rqPrompt = 'Give me a numbered list of ' + `${ queryIsQuestion ? 'possible answers to this question' : 'queries related to this one' }:\n\n"${query}"\n\n` + ( queryIsQuestion ? ( 'Do not use placeholders/brackets for products, services, topics, etc. in the answers. ' + 'Treat the answers as if I am answering a chatbot on a search engine.' )