diff --git a/commands/message/fun/chat.js b/commands/message/fun/chat.js index 066e4bc..d1b8bc7 100644 --- a/commands/message/fun/chat.js +++ b/commands/message/fun/chat.js @@ -61,7 +61,7 @@ module.exports = { model }) - let description = [smallIconPill("generative_ai", args.text) + modelDisplay, ''] + let description = [smallIconPill("generative_ai", args.text) + modelDisplay + temperatureDisplay, ''] let files = []; if(!res.body.output) res.body.output = '[Empty Response]'