Hey there, am newbie and noob here exploring some automation using ChatGPT. There is Video Summarizer GPT in ChatGPT of which I would like to automate with Make.com. Anyone can advise how to go about doing that in Make? I can’t find any option specify which GPT I can use from OpenAI.
@HEY
There is no API in ChatGPT that allows direct video summarisation, so it appears that a combination of APIs would need to be created.
For example, a combination of the ‘Create a transcription’ Module and the ‘Message an Assisstant’ Module could be used.
Thank you, Momo for your reply. Can you guide me how to do this? I want to automate the following task: Step 1: Ask for URL address for YouTube video Step 2: Get ChatGPT to summarize content using Video Summarizer (or other tools) and Step 3: Email me
Thank you in advance. Sorry am still quite new to this and trying to learn.
@HEY
We cannot help you with everything. However, we can give you some tips.
For step 1, Make needs a trigger and you need to decide what will trigger when the scenario is run.
How do you get the Youtube URL, you need to decide on the process so that Make can get it.
For example, you might want to run Scenario when a Youtube URL is pasted into a Google spreadsheet.
For step 2, you need to make sure that you can request the Youtube URL directly to Whisper.
For step 3, you can use Gmail’s Send Email module to send an email. Change the module you use to suit your environment.
Thank you so much. let me try