How to summarize a long text using LLM like ChatGPT that have token limits
Question I need to summarize a long text (e.g. a book or a document) using the OpenAI API. However it has a token limit (e.g. 4k words) that is much shorter compared to an entire book. Is there any solution…