Show HN: GPT Repo Loader – load entire code repos into GPT prompts

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gpt-repository-loader

    Convert code repos into an LLM prompt-friendly format. Mostly built by GPT-4.

  • https://github.com/mpoon/gpt-repository-loader/pull/17/ If you look at this PR, he had ChatGPT write the tests for him.

    He wrote the issue on https://github.com/mpoon/gpt-repository-loader/issues/16 and summarized https://github.com/mpoon/gpt-repository-loader/discussions/1...

    "Open an issue describing the improvement to make

  • llama_index

    LlamaIndex is a data framework for your LLM applications

  • Please see the following repos for tools in this area:

    https://github.com/jerryjliu/llama_index

    and/or

    https://github.com/hwchase17/langchain

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 1filellm

    Specify a github or local repo, github pull request, arXiv or Sci-Hub paper, Youtube transcript or documentation URL on the web and scrape into a text file and clipboard for easier LLM ingestion

  • Nice. I guess we are all thinking the same things. I created something similar today where you can choose the file extensions to pull and handles Jupiter notebooks pulling only text and code. I included a script to strip out superfluous characters, stop words, and converts everything to lowercase.

    It also works if you supply a local folder of source files instead of a github repo.

    https://github.com/jimmc414/onefilerepo

  • langchain

    Discontinued ⚡ Building applications with LLMs through composability ⚡ [Moved to: https://github.com/langchain-ai/langchain] (by hwchase17)

  • Please see the following repos for tools in this area:

    https://github.com/jerryjliu/llama_index

    and/or

    https://github.com/hwchase17/langchain

  • AutoPR

    Run AI-powered workflows over your codebase

  • So I have been toying on an automated PR GitHub Action for a bit but seeing this spurred me to actually put it into a format for y'all to try. It uses GPT-4 to automatically generate code based on issues in your repo and opens pull requests for those changes.

    You can find my solution here: https://github.com/irgolic/AutoPR/

    What I can do:

    - Automatically generates code based on issues in your repo.

  • aidev

    AI developer: ask GPT-4 to modify an entire folder full of files

  • Hey, I got inspired by this and built https://github.com/andreyvit/aidev, it sends a slice of repo to OpenAI with a prompt, and saves the results back into files. It's in Go, and has built large chunks of itself. (As one of my friends said, that gives “self-documenting code” a totally new meaning.)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: What's with the Gatekeeping in Open Source?

    1 project | news.ycombinator.com | 2 May 2024
  • Fixing a real-world bug with AI using Claude Opus 3 with Plandex [video]

    1 project | news.ycombinator.com | 2 May 2024
  • GitHub Copilot Workspace: Welcome to the Copilot-native developer environment

    4 projects | news.ycombinator.com | 29 Apr 2024
  • Anthropic launches Tool Use (function calling)

    3 projects | news.ycombinator.com | 5 Apr 2024
  • Show HN: Plandex – an AI coding engine for complex tasks

    9 projects | news.ycombinator.com | 3 Apr 2024