I am going to extract information from docx file using OpenAI GPT-3 model in python. But the total length of prompts is too big than GPT-3 provided.
If you have any opinion about this problem, please help me. Thanks
I tried it to split several chunks, but it is not useful. Because I need whole information of chunks, not each chunks.