mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
update to craiyon backend
This commit is contained in:
parent
bdfce87638
commit
a1734070ff
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = {
|
|||
try{
|
||||
let t = Date.now();
|
||||
|
||||
let img = await superagent.post(`https://bf.dallemini.ai/generate`)
|
||||
let img = await superagent.post(`https://backend.craiyon.com/generate`)
|
||||
.send({
|
||||
prompt: args.query
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue