mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 15:43:03 -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{
|
try{
|
||||||
let t = Date.now();
|
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({
|
.send({
|
||||||
prompt: args.query
|
prompt: args.query
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue