Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 836 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 836 Bytes

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