Hi, I needed a fun excercise to build and I noticed in my development workflow that I was constantly giving ChatGPT new copies of my code by copy-pasting individual files into the chat. I also noticed that I couldn't upload my project into ChatGPT, nevermind giving it updated files.
I decided to quickly make this tool to programmatically upload my GitHub repo to ChatGPT and query it.
I know there may be other ways to do this such as GitHub Copilot, but I wanted an exercise to build and I also heard GPT 4 gives better responses than Copilot.
If there's a better option that isn't GitHub Copilot then share it below and I will probably use it. I also may give Copilot a go.
You can run it locally by visiting the GitHub below.