change temperature

This commit is contained in:
derpystuff 2023-08-08 23:59:31 +02:00
parent 909508e841
commit cf62e33d19

View file

@ -28,7 +28,8 @@ module.exports = {
}) })
.send({ .send({
prompt: "You are a friendly chat bot designed to help people. You should always use gender neutral pronouns when possible.", 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, { return editOrReply(context, {embeds:[createEmbed("default", context, {
description: codeblock("ansi", ["👤 " + format(args.text, "cyan") + "\n🤖 " + res.body.output.substr(0, 2000 - args.text.length)]), description: codeblock("ansi", ["👤 " + format(args.text, "cyan") + "\n🤖 " + res.body.output.substr(0, 2000 - args.text.length)]),