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

feat(new tool) AI prompt splitter #1357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gitmotion
Copy link
Contributor

@gitmotion gitmotion commented Oct 19, 2024

Fix: #1195
Added AI Prompt Splitter functionality:

  • preview here: https://gitmotion-it-tools-beta.vercel.app/ai-prompt-splitter
  • character limit input
  • split counter shown on button and label (dynamically updates as input and/or character limit changes)
  • shows the split prompts
  • copy buttons for Instructions, Full Prompt, Final command, and dynamically generated Copy Parts button
  • copy parts button shows as highlighted to keep track of what was already clicked
  • clear button clears the Content input, split prompts input and copy parts buttons
  • prompt content label includes text count
  • accounts for [START PART X/Y] and [END PART X/Y] for each split to stay within character limit

demo

Want this change?

Check it out here: (https://gitmotion-it-tools-beta.vercel.app/ai-prompt-splitter)

You can use my image in your docker-compose file if you want this functionality along with my other additions until the main branch has been updated. view full list of features added in readme

Installation methods

Docker Image Local Installation
ghcr.io/gitmotion/it-tools:latest git clone -b gitmotion/main https://github.com/gitmotion/it-tools.git && cd it-tools/ && pnpm i && pnpm dev
replace your current image with this image copy & paste oneliner (from github repo)
You may need to clear cache and hard reload to get new features loading Installing packages for the first time may take some time; please wait until it finishes

Copy link

vercel bot commented Oct 19, 2024

@gitmotion is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

@gitmotion gitmotion mentioned this pull request Oct 19, 2024
3 tasks
@gitmotion gitmotion force-pushed the feat/ai-prompt-splitter branch 8 times, most recently from 9fa5ce2 to 5e64cf4 Compare October 24, 2024 20:15
@gitmotion gitmotion force-pushed the feat/ai-prompt-splitter branch 5 times, most recently from 628bbce to 713d3e0 Compare October 25, 2024 22:06
Copy link

sonarcloud bot commented Oct 28, 2024

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

Successfully merging this pull request may close these issues.

AI prompt splitter
1 participant