Large Text Chunked Summarizer
大文本分块摘要器
Process and summarize large text files by breaking them into chunks for OpenAI and recombining the results.
将大型文本文件分块处理,通过OpenAI进行分析后重新整合结果,以实现文本的加工与摘要。
Prompt
"Create a GitHub Action that reads a large text file (e.g., `design-rationale.md`), splits it into chunks, sends them to OpenAI for summarization, and merges the responses into a single summary file."