I depicted chat history from my “how to chat” template, just to remind of the placement of prior user and assistant messages. Here’s quick chatbots using either old or new python library methods. They employ chat history limited to a few past turns:
If you are using advanced techniques on the audio, such as overlaps when transcribing, there might be some clever use of showing the prior chunk so the AI can continue where it left off without duplication.
For improving the writing quality of individual chunks (that should be split at whole sentences at least), that history of prior turns should not be needed. It would just be a distracting expense.