display temperature changes

This commit is contained in:
derpystuff 2023-08-29 21:47:22 +02:00
parent 3d48bfce82
commit 0e2baf47cd

View file

@ -61,7 +61,7 @@ module.exports = {
model model
}) })
let description = [smallIconPill("generative_ai", args.text) + modelDisplay, ''] let description = [smallIconPill("generative_ai", args.text) + modelDisplay + temperatureDisplay, '']
let files = []; let files = [];
if(!res.body.output) res.body.output = '[Empty Response]' if(!res.body.output) res.body.output = '[Empty Response]'