mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
migrate summaries to mono2
This commit is contained in:
parent
93a95a0523
commit
d13e56324b
3 changed files with 12 additions and 6 deletions
|
@ -62,6 +62,12 @@ module.exports.GenerativeImagesModelsImagen = async function(context, prompt){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.SparkWebSummarize = async function(context, url){
|
||||
return await request(ObeliskApi.SPARK_WEB_SUMMARIZE, "POST", {}, {
|
||||
url
|
||||
})
|
||||
}
|
||||
|
||||
module.exports.WolframQueryCompute = async function(context, query){
|
||||
return await request(ObeliskApi.WOLFRAM_QUERY_COMPUTE, "POST", {}, {
|
||||
query
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue