diff --git a/commands/message/fun/chat.js b/commands/message/fun/chat.js index 904d25b..b9f4bc0 100644 --- a/commands/message/fun/chat.js +++ b/commands/message/fun/chat.js @@ -28,7 +28,8 @@ module.exports = { }) .send({ 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], + temperature: 0.6 }) return editOrReply(context, {embeds:[createEmbed("default", context, { description: codeblock("ansi", ["šŸ‘¤ " + format(args.text, "cyan") + "\nšŸ¤– " + res.body.output.substr(0, 2000 - args.text.length)]),