diff --git a/commands/message/limited/bard.js b/commands/message/limited/bard.js index 33b123f..8208c5b 100644 --- a/commands/message/limited/bard.js +++ b/commands/message/limited/bard.js @@ -58,7 +58,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.` + text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.` } })], files @@ -98,7 +98,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.` + text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.` } }) @@ -139,7 +139,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `Bard • Generative AI is experimental. Response may be factually incorrect or biased.` + text: `Bard • Generative AI is experimental. Response may be factually wrong or completely made up.` } }) diff --git a/commands/message/limited/chat.js b/commands/message/limited/chat.js index c614152..dcb6348 100644 --- a/commands/message/limited/chat.js +++ b/commands/message/limited/chat.js @@ -107,7 +107,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `${MODELS[model.toLowerCase()].name} • Generative AI is experimental. Response may be factually incorrect or biased.` + text: `${MODELS[model.toLowerCase()].name} • Generative AI is experimental. Response may be factually wrong or completely made up.` } })], files diff --git a/commands/message/limited/palm.js b/commands/message/limited/palm.js index df7d90c..05c7aad 100644 --- a/commands/message/limited/palm.js +++ b/commands/message/limited/palm.js @@ -81,7 +81,7 @@ module.exports = { }, description: description.join('\n'), footer: { - text: `PaLM 2 • Generative AI is experimental. Response may be factually incorrect or biased.` + text: `PaLM 2 • Generative AI is experimental. Response may be factually wrong or completely made up.` } })], files diff --git a/commands/message/limited/summarize.js b/commands/message/limited/summarize.js index d65bfd3..3729245 100644 --- a/commands/message/limited/summarize.js +++ b/commands/message/limited/summarize.js @@ -50,7 +50,7 @@ module.exports = { }, description: '- ' + res.response.body.summaries.join('\n- '), footer: { - text: "Generative AI is experimental. Response may be factually incorrect or biased." + text: "Generative AI is experimental. Response may be factually wrong or completely made up." } })) }catch(e){