mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
add wp
This commit is contained in:
parent
a8aa4f5470
commit
006d7581ad
3 changed files with 13 additions and 7 deletions
|
@ -69,6 +69,13 @@ module.exports.GenerativeImagesModelsImagen = async function(context, prompt){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.GenerativeImagesModelsWallpaper = async function(context, prompt, format){
|
||||
return await request(ObeliskApi.GENERATIVEIMAGES_MODELS_WALLPAPER, "POST", {}, {
|
||||
image_prompt: prompt,
|
||||
format
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.WebUtilsWebPageScreenshot = async function(context, url, allow_adult){
|
||||
return await request(ObeliskApi.WEBUTILS_WEBPAGE_SCREENSHOT, "POST", {}, {
|
||||
url,
|
||||
|
|
0
labscore/cardstack/index.js
Normal file
0
labscore/cardstack/index.js
Normal file
Loading…
Add table
Add a link
Reference in a new issue