This topic was automatically generated from Slack. You can find the original thread here.
Similar to the one above but for text instead of audio. Watch a folder for a text file, summarize it with ChatGPT, then create a file in a Google Drive Obsidian Vault.
Trigger: New file in a 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.code.contents}}
And:
Write a Title for the transcript that is under 5 words, containing no quotation marks or special characters
Transcript:
{{steps.chat.$return_value.original_messages_with_assistant_response[1].content}}
hi - I’m trying this but having issues with the ChatGPT step timing out despite set at 180s / 4gb memory, even testing with a very short text file. any ideas?