mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
try to be neutral
This commit is contained in:
parent
9224b0736d
commit
909508e841
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
Authorization: process.env.AI_SERVER_KEY
|
||||
})
|
||||
.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]
|
||||
})
|
||||
return editOrReply(context, {embeds:[createEmbed("default", context, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue