ValdemarBirkegaardPetersen / PromptSplitter_CSharp

A C# version of the ChatGPT prompt splitter made by Jupediaz. All credits goes to him. Link here: https://github.com/jupediaz/chatgpt-prompt-splitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Prompt Splitter (C# Remake)

License: MIT

Welcome to the ChatGPT Prompt Splitter, a C# remake of the original Python-based tool designed to split long text prompts into smaller chunks. This tool helps overcome the character limitations of ChatGPT and other language models. With the ChatGPT Prompt Splitter, you can easily split your lengthy text prompts into manageable chunks for processing.

Getting Started

To get started with the ChatGPT Prompt Splitter, follow the instructions below:

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone this repository to your local machine.

git clone https://github.com/your-username/chatgpt-prompt-splitter.git

  1. Navigate to the project directory.

cd chatgpt-prompt-splitter

  1. Build the project

dotnet build

About

A C# version of the ChatGPT prompt splitter made by Jupediaz. All credits goes to him. Link here: https://github.com/jupediaz/chatgpt-prompt-splitter


Languages

Language:C# 100.0%