update to craiyon backend

This commit is contained in:
derpystuff 2022-06-22 10:04:56 +02:00
parent bdfce87638
commit a1734070ff

View file

@ -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
})