mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
display temperature changes
This commit is contained in:
parent
3d48bfce82
commit
0e2baf47cd
1 changed files with 1 additions and 1 deletions
|
@ -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]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue