test in production

This commit is contained in:
derpystuff 2024-04-21 15:03:15 +02:00
parent f6343191a6
commit b3d7e2540d
2 changed files with 79 additions and 3 deletions

View file

@ -96,10 +96,9 @@ module.exports.summarizeWebpage = async function(context, url){
}
// ROBIN
module.exports.aiWallpaper = async function(context, prompt, style){
module.exports.aiWallpaper = async function(context, prompt){
return await request(ObeliskApi.AI_WALLPAPER, "POST", {}, {
prompt,
style
prompt
})
}