mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
summarize
This commit is contained in:
parent
de395190aa
commit
24fbe2c566
4 changed files with 126 additions and 0 deletions
15
labscore/api/obelisk/endpoints.js
Normal file
15
labscore/api/obelisk/endpoints.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
const ObeliskHosts = Object.freeze({
|
||||
prod: process.env.OBELISK_HOST,
|
||||
local: "http://localhost"
|
||||
})
|
||||
|
||||
const ObeliskApi = Object.freeze({
|
||||
HOST: ObeliskHosts.prod,
|
||||
|
||||
SUMMARIZE_WEBPAGES: "/flamingo/v1/web:summarize"
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
ObeliskApi,
|
||||
ObeliskHosts
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue