Git Product home page Git Product logo

simple_chatgpt_prompt_splitter's Introduction

Simple_ChatGPT_Prompt_Splitter

A simple prompt splitter to break down large prompts into chunks. No frills, no complications.

Introduction

ChatGPT only supports a maximum of 2048 characters. This is a problem when it comes to large prompts and an error will prevent it from processing your request

Existing solutions

There are many prompt splitters available. But most of them require the installation and configuration of many packages. It makes it needlessly complicated.

What this script offers

A simple, no frills solution to generating prompts which you can simply copy and paste into ChatGPT.

How to use

  1. Copy the python script file "split_for_prompy.py" into the same folder as the input file (large prompt) you want to break down.
  2. The input file should be in plain text (.txt). Rename it to "Input_to_ChatGPT.txt".
  3. Run the python program.
  4. Output will be named "generated_promps.txt" in the same folder as the script.

That's it! Now simpy copy and paste the chunks which will be broken down and numbered.

simple_chatgpt_prompt_splitter's People

Contributors

zaakki-ahamed avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.