This commit is contained in:
Peter Howell 2025-08-29 15:19:21 -07:00
parent 1385cab204
commit ed1674f38e
1 changed files with 2 additions and 2 deletions

4
gpt.py
View File

@ -463,8 +463,8 @@ def process_useful_info():
for_each_group(
log_path="cache/email_usefulinfo_sorted.txt",
f=demo_f,
start=1, # change to resume at Nth group
count=100
start=101, # change to resume at Nth group
count=150
)