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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: