I tested out the new chat function and asked it “write a python script that will use GPT3 to summarize each PDF document within a folder.”
It returned a script–I am not a programmer–that allowed me to make a nice summarizer that works! I need to now figure out how to batch or chunk the tokens so that I can iterate through more than a small part of only one PDF. See Google Colab
I found something on GitHub that I will try next: #Source for this code is RecursiveSummarizer/recursively_summarize.py at main · daveshap/RecursiveSummarizer · GitHub on GitHub