Ask questions against any git repository, and get a response from OpenAI GPT-3 model.
Video_23-02-26_12-57-48.mov
- Python 3.6+
- OpenAI API Key
# Installation
pip install -r requirements.txt
# Run Git-GPT
python app.py
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
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.