CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
19.83k stars 2.42k forks source link

AI prompt splitter #1195

Open Frooodle opened 1 month ago

Frooodle commented 1 month ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

I often have large infomation and documents i want to sent to a AI, however they have set character limits, Propose a tool which splits prompts to a set size to allow input into a ai chatbot

Is their example of this tool in the wild?

https://chatgpt-prompt-splitter.jjdiaz.dev/ https://github.com/jupediaz/chatgpt-prompt-splitter

The total length of the content that I want to send you is too large to send in only one piece.

For sending you that content, I will follow this rule:

[START PART 1/10]
this is the content of the part 1 out of 10 in total
[END PART 1/10]

Then you just answer: "Received part 1/10"

And when I tell you "ALL PARTS SENT", then you can continue processing the data and answering my requests.

Additional context

No response

Validations

sharevb commented 2 days ago

Hi @Frooodle and @CorentinTh , implemented in #1266