diff --git a/src/ts/process/triggers.ts b/src/ts/process/triggers.ts index 1c01f5e8..855c262e 100644 --- a/src/ts/process/triggers.ts +++ b/src/ts/process/triggers.ts @@ -766,6 +766,9 @@ export async function runTrigger(char:character,mode:triggerMode, arg:{ }) luaEngine.global.set('simpleLLM', async (id:string, prompt:string) => { + if(!LuaLowLevelIds.has(id)){ + return + } const result = await requestChatData({ formated: [{ role: 'user',