chore: remove evaluation limit

This commit is contained in:
2025-10-16 07:21:30 -03:00
parent 94218b4477
commit ff2cee12ae

View File

@@ -327,7 +327,6 @@ fn main() -> anyhow::Result<()> {
filtered_chats filtered_chats
.clone() .clone()
.skip(0) .skip(0)
.take(10)
.for_each(|result| { .for_each(|result| {
let json = result.unwrap(); let json = result.unwrap();
let talk_histories = &json["talk_histories"]; let talk_histories = &json["talk_histories"];