From 50180cbdb38d5e09eeb7560d2d61cb3b9663d76a Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Fri, 10 Jan 2025 16:34:03 +0100 Subject: [PATCH] i forgot to push the endpoint --- labscore/api/obelisk/endpoints.js | 1 + 1 file changed, 1 insertion(+) diff --git a/labscore/api/obelisk/endpoints.js b/labscore/api/obelisk/endpoints.js index b461c23..ef637d3 100644 --- a/labscore/api/obelisk/endpoints.js +++ b/labscore/api/obelisk/endpoints.js @@ -13,6 +13,7 @@ const ObeliskApi = Object.freeze({ LLM_MODELS_GENERATE: "/llm/v1/generate", GENERATIVEIMAGES_MODELS_IMAGEN: "/generativeimages/v1/models/imagen", + GENERATIVEIMAGES_MODELS_WALLPAPER: "/generativeimages/v1/models/wallpaper", WEBUTILS_WEBPAGE_SCREENSHOT: "/webutils/v1/webpage:screenshot",