remove debug row

This commit is contained in:
yggverse 2026-01-08 14:05:39 +02:00
parent de3fda435a
commit 013990c9f4

View file

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