Hello,
Description:
I’m trying to automate the creation of Markdown files from transcribed speech using n8n on my Raspberry Pi. The goal is to store these files locally and enable voice-command-based searches on the content.
Current Setup:
- I’ve created a workflow in n8n, triggered via Telegram, which works fine.
- The workflow uses an AI agent via the ChatGPT API.
- The output is successfully generated and transcribed.
- n8n version: 1.77.3
Issue:
I’m unsure how to automatically create and save these transcriptions as Markdown files on my Raspberry Pi. The files should have a timestamp as the filename and contain the transcribed text from the AI agent.
Any guidance on how to achieve this would be greatly appreciated!
Thank!!