This commit is contained in:
derpystuff 2023-12-13 18:44:31 +01:00
parent 52d7e6c25d
commit 4aa15da120
3 changed files with 16 additions and 13 deletions

View file

@ -6,6 +6,8 @@ const ObeliskHosts = Object.freeze({
const ObeliskApi = Object.freeze({
HOST: ObeliskHosts.prod,
GOOGLE_BARD: "/parrot/v1/google:bard",
SUMMARIZE_WEBPAGES: "/flamingo/v1/web:summarize"
})