Meeting Notes Summarizer
会议纪要总结器
Create a GitHub Action that uses GPT to generate concise summaries of meeting notes.
创建一个GitHub Action,利用GPT生成会议纪要的简洁摘要。
Prompt
"Write a GitHub Action that reads a `meeting-notes.md` file from the repo, sends the content to OpenAI's GPT model, and returns a TL;DR summary. Output the summary into a new file called `summary.md` in the same folder."