Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adjust output length parameter
- Modified the `speech_to_summary_workflow` function to dynamically set the `summarization_output_length` based on whether a multipart summary is being generated. This change ensures that for multipart summaries, the output length per part is set to 1 page, while for single summaries it remains at 3 pages, optimizing the readability and relevance of generated summaries.
- Loading branch information