Updated spam filter rules

This commit is contained in:
mdecimus
2024-10-06 14:56:28 +02:00
parent d0ce2b1a96
commit 881d4497ce
21 changed files with 184 additions and 47 deletions

View File

@@ -61,6 +61,6 @@ if not mailboxexists "My" {
error "'My' not found.";
}
if eval "llm_prompt('echo-test', 'hello world') != 'hello world'" {
if eval "llm_prompt('echo-test', 'hello world', 0.5) != 'hello world'" {
error "llm_prompt is unavailable.";
}