mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 07:33:14 -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"){
|
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,
|
user_prompt: prompt,
|
||||||
model: model,
|
model: model,
|
||||||
safety_config: {
|
safety_config: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue