jupediaz / chatgpt-prompt-splitter

ChatGPT PROMPTs Splitter. Tool for safely process chunks of up to 15,000 characters per request
https://chatgpt-prompt-splitter.jjdiaz.dev
MIT License
528 stars 87 forks source link

Auto paste chuncks? #2

Open bigplayer-ai opened 1 year ago

bigplayer-ai commented 1 year ago

Hey, can you make a script that Auto paste the chuncks to chatGPT??

jupediaz commented 1 year ago

Hello. That would be great... but I need to figure out how to do it if they are on different tabs... I would need to do some research. But I'm already preparing a version of the chatgpt-prompt-splitter as a Chrome extension, where it will be more accessible to copy+paste automatically... let's see... I'll publish if I make it work. Thanks for your interest!

rsinohara commented 1 year ago

I actually came to propose building an extension. Shouldn't be too much work, and could enhance the tool a lot. Would you like that I take that over?

jupediaz commented 1 year ago

Wow, that would be great and really useful! Just tell me more and we could start with this, Thanks!!

rsinohara commented 1 year ago

So, initially I considered just moving the frontend page of your tool into an extension. Might make more sense to inject the content into the Chat GPT page (switching back to the chat to paste would close the popup, which could get annoying). That should be reasonably simple. Alternatively the tool could send the chunks to the extension, and a popup button would start pasting. I suppose it all depends on whether or not we would be able to auto-paste in the chat. Doing that would also require a bit of maintenance, so I'd lean on the first option. Did you have any different thoughts?

willsheppard commented 1 year ago

Any progress on this?

rsinohara commented 1 year ago

No, sorry, time has been short on my side. At this point I would also do a good search, see if no one else implemented it already.