Prototype with gpt-3 code-davinci-edit-001
that scrapes issues from a github
repository and automatically submits a pull request. It's kinda meteocre with
lots of shortcomings, but definitely fun to play with!
$ mkdir ../secret
$ echo "${OPENAI_API_KEY}" > ../secret/openai.key
$ python3 -m venv gpt-dev-venv
$ pip3 install -r requirements.txt
$ python main.py --url https://github.com/bwoodbury3/gpt-dev
Created a static website with an index.html
.
Running gpt-dev against a repository to add a new button.
$ python main.py --url https://github.com/bwoodbury3/{repo}