try to be neutral

This commit is contained in:
derpystuff 2023-08-08 23:40:05 +02:00
parent 9224b0736d
commit 909508e841

View file

@ -27,7 +27,7 @@ module.exports = {
Authorization: process.env.AI_SERVER_KEY Authorization: process.env.AI_SERVER_KEY
}) })
.send({ .send({
prompt: "You are a friendly chat bot designed to help people.", prompt: "You are a friendly chat bot designed to help people. You should always use gender neutral pronouns when possible.",
input: [args.text] input: [args.text]
}) })
return editOrReply(context, {embeds:[createEmbed("default", context, { return editOrReply(context, {embeds:[createEmbed("default", context, {