mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-14 00:53:06 -04:00
reflect monolith2 changes
This commit is contained in:
parent
d4fff1403b
commit
97204fd33b
3 changed files with 32 additions and 12 deletions
|
@ -6,6 +6,10 @@ const ObeliskHosts = Object.freeze({
|
|||
const ObeliskApi = Object.freeze({
|
||||
HOST: ObeliskHosts.prod,
|
||||
|
||||
// monolith2
|
||||
LLM_PRIVATE_BARD: "/llm/v1/_private:bard",
|
||||
LLM_MODELS_GENERATE: "/llm/v1/generate",
|
||||
|
||||
GOOGLE_BARD: "/parrot/v1/google:bard",
|
||||
GOOGLE_GEMINI_PRO: "/parrot/v1/google:gemini",
|
||||
GOOGLE_GEMINI_PRO_VISION: "/parrot/v1/google:geminiVision",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue