NicoleFaye / Chat-Gpt-Long-Text-Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Gpt Long Text Input

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages.

  • Custom initial message.
  • Custom prepended message before each section of the of the split up text.
  • Custom appended message after each section of the split up text.
  • Optional Custom final message after completing message input.
  • Reset button resets prompts to defaults
  • Resume button resumes entry from specified starting point in the input text.
  • Stop buttoncancels any active input.
  • Import text files (.txt, .csv, .xml, etc)
  • Real time estimate of batch completion
  • Display how many messages will be sent before sending

To import text files, click the enable file picker button option above the "Text to Import" box while in a chatgpt chat window. This will add a button onto the current chat to the left of the regenerate response button if it is visisble. Clicking this will open a file dialog, which will import the file into the plugins input area.

I tried to add the filepicker to the plugin popup but was unable to do so with the lifecycle of the popup when the filepicker popup grabs focus.

Install

Platform Current version
Official Firefox Plugin 1.7.1
Official Chrome Plugin 1.7.1

Screencaps:

Popup Settings

About

A browser plugin for ChatGPT that simplifies sending large texts by breaking them into multiple messages. Features include custom message options, text file importing, and real-time progress estimates.

License:MIT License


Languages

Language:JavaScript 80.8%Language:CSS 9.7%Language:HTML 9.5%