gemini text

This commit is contained in:
derpystuff 2023-12-14 17:27:45 +01:00
parent 9b6ef0da26
commit 3b478bd69e
4 changed files with 79 additions and 1 deletions

View file

@ -7,6 +7,7 @@ const ObeliskApi = Object.freeze({
HOST: ObeliskHosts.prod,
GOOGLE_BARD: "/parrot/v1/google:bard",
GEMINI_PRO: "/parrot/v1/google:gemini",
GEMINI_PRO_VISION: "/parrot/v1/google:geminiVision",
SUMMARIZE_WEBPAGES: "/flamingo/v1/web:summarize"