Skip to content

Commit

Permalink
Tweaked rqPrompt to bypass new Free Chat API detection ↞ [auto-sync…
Browse files Browse the repository at this point in the history
… from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui authored and kudo-sync-bot committed Sep 5, 2024
1 parent 2de7909 commit 741c64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions greasemonkey/googlegpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.' )
Expand Down

0 comments on commit 741c64a

Please sign in to comment.