mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-12 08:03:09 -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
|
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]'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue