Skip to content

bwoodbury3/gpt-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-DEV

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!

Quick start

$ mkdir ../secret
$ echo "${OPENAI_API_KEY}" > ../secret/openai.key
$ python3 -m venv gpt-dev-venv
$ pip3 install -r requirements.txt

Usage:

$ python main.py --url https://github.com/bwoodbury3/gpt-dev

Example

Created a static website with an index.html.

before

Running gpt-dev against a repository to add a new button.

$ python main.py --url https://github.com/bwoodbury3/{repo}

after

About

Prototype for resolving issues in-place using gpt-3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages