You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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
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.
The text was updated successfully, but these errors were encountered: