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)),