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

Feature: Parallel Chat Video #9

Open
7flash opened this issue Apr 12, 2023 · 2 comments
Open

Feature: Parallel Chat Video #9

7flash opened this issue Apr 12, 2023 · 2 comments

Comments

@7flash
Copy link

7flash commented Apr 12, 2023

I have ChatGPT opened in one browser window while listening to podcast in another window.

I want the extension to listen conversation, submit current chunk of transcription from my youtube window to ChatGPT, wait for comments from AI, and then submit next chunk, and continue until end.

I can see the technical challenge of passing the message and triggering action in between two different windows without switching from one to another. The solution might involve an external process to implement job queue, with script in youtube window passing chunks to it, and another script in chatgpt window polling on new chunks to be submitted. Does it make sense or perhaps there is more straightforward solution?

@kazuki-sf
Copy link
Owner

Thanks! This sounds good!
Let me dig into this!

@7flash
Copy link
Author

7flash commented Apr 13, 2023

Thanks! This sounds good! Let me dig into this!

Do you know what are browser limitations regarding this? Can you just send message from extension running in one window to another?

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

No branches or pull requests

2 participants