Skip to content

Ask questions against any git repository, and get a response from OpenAI GPT-3 model.

Notifications You must be signed in to change notification settings

TouristShaun/git-gpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git-GPT

Ask questions against any git repository, and get a response from OpenAI GPT-3 model.

Video_23-02-26_12-57-48.mov

Requirements

  • Python 3.6+
  • OpenAI API Key

Installation

# Installation
pip install -r requirements.txt

# Run Git-GPT
python app.py

Environment Variables

Create a .env file in the root directory, and add the following:

# OpenAI API Key, get one from https://openai.com/
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Disclaimer

This is a proof of concept, and is not intended for production use. Please use at your own risk.

It spends tokens for training & every question asked, so please be mindful using this.

Credits

About

Ask questions against any git repository, and get a response from OpenAI GPT-3 model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%