Hey, I’m surprised I couldn’t find a similar question as it seems common, I have a prompt to rewrite text, for example “fix grammar” or “explain like I’m 5”.
The problem occurs when the document is too large for the model.
What’s the best option? Rewrite by chunks? Will probably fail, for example if there is some information in the first chunk that is absent in the second …
Maybe there are some hacks to remove unnecessary words and the model will figure out how to rewrite properly?
Thanks