We have a use case for ChatGPT in summarizing long pieces of text (speech-to-text conversations which can be over an hour).
However we find that the 4k token limit tends to lead to a truncation of the input text to say half or so due to the token limit.
Processing in parts does not seem to retain history of previous parts.
What options do we have for submitting a longer request which is over 4k tokens?