Start automating in under 5 minutes
flow
. We have built some example flows
you can try right away. Check them out here
Let’s go through an example to understand how a flow
works. We will pick “Youtube Article Generator” for demonstration purposes.
flow
with an Input block
that provides the link of the Youtube video to be transcribed.
block
returns can be connected to inputs of other blocks
.
Here we connect value
from Input Block to the video_link
of Get Youtube
Transcript Block.{input_1} {input_2}
as the placeholders.
Here we take transcript
from the Get Youtube Transcript block and combine it with the context we want to provide to the LLM. This allows us to consolidate the transcript provided by the previous block and the context we want to provide to the LLM in a single question
for AI Analysis.
Now we have data we can pass for AI analysis!
prompt
. The better you prompt the model, the better results you get.
We have provided a default prompt to help you get easy to understand articles straight from the video. You can modify the prompt as per your liking.
flow
by hitting the run button in the top right corner. Running a workflow will auto-save the current version of your workflow.
flow
by clicking a button is cool but we don’t want to manually trigger them everytime we need something done.
You can create triggers to automatically run your flows! You can automatically trigger them: