mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-23 13:27:04 -04:00
aiwp
This commit is contained in:
parent
1291974b5a
commit
b5da631448
5 changed files with 79 additions and 2 deletions
|
@ -86,4 +86,12 @@ module.exports.summarizeWebpage = async function(context, url){
|
|||
return await request(ObeliskApi.SUMMARIZE_WEBPAGES, "POST", {}, {
|
||||
url
|
||||
})
|
||||
}
|
||||
|
||||
// ROBIN
|
||||
module.exports.aiWallpaper = async function(context, prompt, style){
|
||||
return await request(ObeliskApi.AI_WALLPAPER, "POST", {}, {
|
||||
prompt,
|
||||
style
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue