Skip to content

imjwang/dev-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

dev-gpt

Get started

  • ENV VARS needed:
  • GITHUB_TOKEN (fine grained)
  • GITHUB_USER (your username)
  • OPENAI_API_KEY
  • PINECONE_API_KEY
  • PINECONE_ENV
  • SERPAPI_API_KEY
cd src
pip install -r requirements.txt

git clone https://github.com/imjwang/movie-picker
# or git clone https://git/your/nextjs/proj
export GITHUB_REPO=movie-picker
# or export GITHUB_REPO=your-repo-name

Setting up a project

I've been testing on a personal project in src/movie-picker. It's been pushed as a demo, but you can also clone your own repository to /src. The project is made for next.js + tailwindcss apps that use the pages router. It will likely fail if not a next.js project.

Run

# this will start a conversation -> create tickets to repo -> save code to file -> push pull request
python ./main.py
# you can also assign an issue number and just get the coding part
python ./test_coder.py --issue 24

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages