Skip to main content

Convert code repos into an LLM prompt-friendly format. Forked from https://github.com/zackees/gptrepo

Project description

gptify

gptify is a command-line tool that transforms a Git repository into a single text file or multiple text chunks suitable for use with Large Language Models (LLMs) like ChatGPT. It preserves the file structure and content, enabling LLMs to understand and process the codebase for tasks such as code review, documentation generation, and answering questions about the code. This project is a fork of gptrepo with added features.

Relevance

This tool addresses the challenge of effectively using LLMs with codebases. By converting a repository into a digestible format, gptify allows developers to leverage the power of LLMs for various development tasks. It simplifies the process of feeding code context into LLMs, avoiding size limitations and formatting issues.

Installation

The easiest way to install gptify is using pip:

pip install gptify

Alternatively, you can install it using pipx:

poetry build && pipx install dist/*.whl

You can also uninstall older versions using the provided install script:

./install.sh

Usage

  1. Navigate to the root directory of your Git repository.
  2. Run the gptify command:
gptify

This will generate a file named gptify_output.txt in the current directory containing the formatted repository content. You can then copy and paste the contents of this file into a ChatGPT session.

Options

  • --output <filename>: Specifies the name of the output file (default: gptify_output.txt).
  • --clipboard: Copies the output directly to the clipboard instead of creating an output file.
  • --openfile: Opens the output file after creation using the default system application.
  • --preamble <filepath>: Prepends a custom preamble to the output file. This is useful for providing instructions or context to the LLM.
  • --chunk: Enables chunking of the output into smaller files, useful for handling large repositories that exceed LLM context limits. Used with --max_tokens and --overlap.
  • --max_tokens: Sets the maximum number of tokens per chunk when using the --chunk option (default: 900000). Requires the tiktoken library.
  • --overlap: Sets the number of overlapping tokens between chunks when using the --chunk option (default: 400). Helps maintain context across chunks. Requires the tiktoken library.
  • --output_dir: Specifies the output directory for chunks when using --chunk (default: gptify_output_chunks).

Example with custom output file and preamble:

gptify --output my_repo.txt --preamble instructions.txt

This command will generate my_repo.txt with the processed repository data, prepended with the content of instructions.txt.

Example with chunking:

gptify --chunk --max_tokens 4000 --overlap 200

This will create multiple files in the gptify_output_chunks directory, each containing a chunk of the repository data, with a maximum of 4000 tokens and an overlap of 200 tokens.

Contributing

Contributions are welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gptify-0.4.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gptify-0.4.1-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file gptify-0.4.1.tar.gz.

File metadata

  • Download URL: gptify-0.4.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for gptify-0.4.1.tar.gz
Algorithm Hash digest
SHA256 7c53f2828d6d9bcaff23421a3af576c1808c1dbc9263adebde2f47895b525cf9
MD5 8f01ea0966c5154cbd8c0efdbeb3b9f3
BLAKE2b-256 8c628a6fbcb2fc8968923e5ed95128b2e45c67945f922b89f997299c2d9b8406

See more details on using hashes here.

File details

Details for the file gptify-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: gptify-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.20

File hashes

Hashes for gptify-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 228db397aab55e9c634a905251e4b2e009ac4de643bfaa66b8ab294e803cc148
MD5 5a99d2fe9c4b168d2dd698aba507b929
BLAKE2b-256 ba46735e7abd4d9249f5ce1c6e5f1461ecf72ae06fd1ba07433bcf692fe1b599

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page