mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-20 11:57:03 -04:00
show different drafts on bard
This commit is contained in:
parent
b19f753ae0
commit
a0a0e2d492
8 changed files with 103 additions and 12 deletions
|
@ -41,7 +41,7 @@ module.exports = {
|
|||
// Fetch the image
|
||||
let img = await superagent.get(res.body.output)
|
||||
|
||||
let description = [smallIconPill("generative_ai", stringwrap(args.text, 50)), '']
|
||||
let description = [smallIconPill("generative_ai", stringwrap(args.text, 50, false)), '']
|
||||
let files = [];
|
||||
|
||||
if(!res.body.output) res.body.output = '[Empty Response]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue