Replies: 2 comments
-
I have a script that breaks down the YouTube or input text into chunks and runs the fabric pattern through each chunk in sequence as a separate item. This works if you want to treat each chunk separately but it does not understand the overall context. I am sure running it through the same chat session would achieve this but I haven't taken it that far. |
Beta Was this translation helpful? Give feedback.
0 replies
-
use gemini 2 flash - it has a 1 or 2 million token context window. I use it for 3-4 hour long videos perfectly
…On Sun, Feb 9, 2025 at 7:19 AM mseigal ***@***.***> wrote:
I have a script that breaks down the YouTube or input text into chunks and
runs the fabric pattern through each chunk in sequence as a separate item.
This works if you want to treat each chunk separately but it does not
understand the overall context. I am sure running it through the same chat
session would achieve this but I haven't taken it that far.
—
Reply to this email directly, view it on GitHub
<#1290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5LE2GZLOPMOMIYAVDLZDGD2O5WZRAVCNFSM6AAAAABWWKC7KSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQHEZTIOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
So i consume long form youtube videos but sometimes its hard to sit through and id like to read through them
While i know there are models with large context windows most of them have a limited output limit
Is there anyway to use the "yt" function to grab only specific parts of the youtube video maybe following the chapters of the video and process one chapter at a time to get the most information out of these videos, i dont mind running multiple commands.
I have a custom prompt i use to get a breakdown of videos , while it works well for short videos i get very basic level output when i use it for long form content.
Beta Was this translation helpful? Give feedback.
All reactions