Skip to content

Commit

Permalink
Refined language augment to be more effective ↞ [auto-sync from https…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 17, 2025
1 parent eaa0c7f commit 691a805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/duckduckgpt/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2025.1.16.4
// @version 2025.1.16.5
// @license MIT
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
Expand Down Expand Up @@ -2675,7 +2675,7 @@

const prompts = {

augment(prompt) { return `${prompt} {{reply in ${config.replyLang}}}` },
augment(prompt) { return `${prompt} {{reply in the language ${config.replyLang}}}` },

create({ type, prevQuery }) {
const promptSrc = this[type],
Expand Down

0 comments on commit 691a805

Please sign in to comment.