From 087583d9ce3502c9adbb2db83003d0773d6d3b9a Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Tue, 14 May 2024 19:19:15 +0200 Subject: [PATCH] woops lmao lmao --- labscore/api/obelisk/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labscore/api/obelisk/index.js b/labscore/api/obelisk/index.js index 30fbe02..15b0186 100644 --- a/labscore/api/obelisk/index.js +++ b/labscore/api/obelisk/index.js @@ -47,7 +47,7 @@ module.exports.LlmPrivateBard = async function(context, prompt){ } module.exports.LlmModelsGenerate = async function(context, model, prompt, harmLevel = "BLOCK_NONE"){ - return await request(ObeliskApi.LLM_PRIVATE_BARD, "POST", {}, { + return await request(ObeliskApi.LLM_MODELS_GENERATE, "POST", {}, { user_prompt: prompt, model: model, safety_config: {