gpt
This commit is contained in:
parent
1385cab204
commit
ed1674f38e
4
gpt.py
4
gpt.py
|
|
@ -463,8 +463,8 @@ def process_useful_info():
|
||||||
for_each_group(
|
for_each_group(
|
||||||
log_path="cache/email_usefulinfo_sorted.txt",
|
log_path="cache/email_usefulinfo_sorted.txt",
|
||||||
f=demo_f,
|
f=demo_f,
|
||||||
start=1, # change to resume at Nth group
|
start=101, # change to resume at Nth group
|
||||||
count=100
|
count=150
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue