mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-27 23:44:28 -04:00
test in production
This commit is contained in:
parent
f6343191a6
commit
b3d7e2540d
2 changed files with 79 additions and 3 deletions
|
@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue