Distributed locking improvements

This commit is contained in:
mdecimus
2024-12-21 19:22:38 +01:00
parent 6416ff12d6
commit d14706d088
46 changed files with 1064 additions and 913 deletions

View File

@@ -66,7 +66,7 @@ impl RegisterSievePlugins for FunctionMap {
}
fn register_plugins_untrusted(mut self) -> Self {
llm_prompt::register(18, &mut self);
llm_prompt::register(12, &mut self);
self
}
}