From 5fc5b8b7b932696c11db1127cf04338c662112dd Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 17 Aug 2025 22:05:01 -0300 Subject: [PATCH] - Testing. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2e96986..0665e3b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,7 +38,7 @@ async fn main() -> std::io::Result<()> { "/usr/bin/brave-browser-beta".to_string(), )); - #[cfg(feature = "llm_local")] + #[cfg(feature = "local_llm")] { use crate::services::llm_local::ensure_llama_server_running;