Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full-Length video summary generation idea #5

Open
elmarceloc opened this issue Jan 19, 2023 · 2 comments
Open

Full-Length video summary generation idea #5

elmarceloc opened this issue Jan 19, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@elmarceloc
Copy link

The idea is to have ChatGPT create a summary of each part of a video that is sent in segments. At the end, the extension will prompt the IA to combine all of these summaries to create a full-length video summary.

@kazuki-sf kazuki-sf added the enhancement New feature or request label Jan 20, 2023
@vasyop
Copy link

vasyop commented Feb 6, 2023

Hey @kazuki-sf, great work 👍🏻 . do you still plan to support this extension?

suggestion: when the user clicks the AI summary button, just open a new openai tab for each 15k chunk instead of just 1 tab. only click the send button for the first tab though, otherwise:
image
this way the user would only have to switch to next tab and hit send (for each additional tab)

a "smarter" way would be to work with only 1 chatgpt tab and wait for it to finish before auto sending the next chunk. but error handling (maybe chatgpt is too busy and bails) would be tricky, so I would go for the first option since it's easy to implement and the UX would be good

@7flash
Copy link

7flash commented Apr 18, 2023

@vasyop @it seems like current solution was applied to skip chunks in between, I think indeed your proposed solution would be better, I can try to implement it with similar function waiting for response then sending next chunk:
https://github.com/7flash/AutoChatGPT/blob/b8679a9ab16c97e64c952d9ddfebfbed0d575754/content.js#L56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants