mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-18 10:57:05 -04:00
fix otter
This commit is contained in:
parent
ab34dd1108
commit
9254eb1abf
5 changed files with 22 additions and 9 deletions
|
@ -47,6 +47,13 @@ module.exports.bard = async function(context, input){
|
|||
})
|
||||
}
|
||||
|
||||
module.exports.geminiVision = async function(context, input, url){
|
||||
return await request(ObeliskApi.GOOGLE_BARD, "POST", {}, {
|
||||
input,
|
||||
url
|
||||
})
|
||||
}
|
||||
|
||||
// FLAMINGO
|
||||
module.exports.summarizeWebpage = async function(context, url){
|
||||
return await request(ObeliskApi.SUMMARIZE_WEBPAGES, "POST", {}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue