From 013990c9f45bfb756789ac2f4a5cd799805cbdb1 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 8 Jan 2026 14:05:39 +0200 Subject: [PATCH] remove debug row --- crates/llm/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/llm/src/main.rs b/crates/llm/src/main.rs index 8510253..4caf4e4 100644 --- a/crates/llm/src/main.rs +++ b/crates/llm/src/main.rs @@ -72,8 +72,6 @@ async fn main() -> Result<()> { )) .await?; - println!("{}", &title.choices[0].message.content); - let description = llm.chat_completion(ChatCompletionRequest::new(&arg.llm_model).message( Message::user(format!("{}\n{}", arg.llm_message, source.description)),