This topic was automatically generated from Slack. You can find the original thread here.
Adapted from Thomas Frank’s video about ChatGPT summarizing notes for Notion, I adapted this one for Obsidian. Will watch a folder for an audio file, transcribe with the Whisper API, then send the file back to my GDrive (Obsidian Vault) in markdown format. Prompts in the thread!
Trigger: New file in a specific Google Drive folder
Write a Title for the transcript that is under 15 words and contains no quotation marks
Then write: "---"
Write "Summary" as a Heading 2 (For example: ## Heading)
Write a summary of the provided transcript.
Then write: "---".
Then return a list of the main points in the provided transcript. Then return a list of action items. Then return a list of follow up questions. Then return a list of potential arguments against the transcript.
For each list, return a Heading 2 (For example: ## Heading) before writing the list items. Limit each list item to 100 words, and return no more than 5 points per list.
Transcript:
{{steps.create_transcription.$return_value.transcription}}
Title:
Write a Title for the transcript that is under 5 words, containing no quotation marks or special characters
Transcript:
{{steps.chat.$return_value.generated_message.content}}