- Added the `final_step` parameter to `Chunker.summarize()`, allowing users to determine whether ChunkGPT should summarize the intermediate summaries (`final_step='summarize'`), or return a concatenation of the intermediate summaries (`final_step='combine'`)
- Addresses [this community suggestion](https://github.com/dimays/chunkgpt/issues/9)