cmooredev / RepoReader

Explore and ask questions about a GitHub code repository using OpenAI's GPT.
158 stars 77 forks source link

Code Repository Explorer

Explore and ask questions about a GitHub code repository using OpenAI's GPT-3 language model.

Prerequisites

Usage

  1. Set the OpenAI API key as an environment variable OPENAI_API_KEY.
  2. Run the script: reporeader.py
  3. Enter the GitHub URL of the repository to explore.
  4. Ask questions about the repository. Type exit() to quit.

Key Features