- Testing.
All checks were successful
GBCI / build (push) Successful in 7m58s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-08-17 22:05:01 -03:00
parent 2f149d4e60
commit 5fc5b8b7b9

View file

@ -38,7 +38,7 @@ async fn main() -> std::io::Result<()> {
"/usr/bin/brave-browser-beta".to_string(), "/usr/bin/brave-browser-beta".to_string(),
)); ));
#[cfg(feature = "llm_local")] #[cfg(feature = "local_llm")]
{ {
use crate::services::llm_local::ensure_llama_server_running; use crate::services::llm_local::ensure_llama_server_running;