mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
change temperature
This commit is contained in:
parent
909508e841
commit
cf62e33d19
1 changed files with 2 additions and 1 deletions
|
@ -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)]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue