mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
woops lmao lmao
This commit is contained in:
parent
596e9827cf
commit
087583d9ce
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue