Show HN: GPT Repo Loader – load entire code repos into GPT prompts
21–30 of 162 posts
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#22How much text can you feed GPT-4? Our codebase is 1 million lines of code. Can we feed the documentation to it? What are the limits? Is it possible to train it on our data without doing prompt engineering? How? Otherwise are we supposed to use embeddings? Can someone explain how these all work and the tradeoffs?
I'm waiting on my GPT-4 API access so I can use gpt-4-32k which maybe can soak up 10k LOC? Clearly this will break eventually, but I am playing around with some ideas to extend how much context I can give it. One is to do something like base64 encode file contents. I've seen some early success that GPT-4 knows how to decode it, so that'll allow me to stuff more characters into it. I'm also hoping that with the use of…
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#23now that's a name I haven't seen in years, hi mpoon! also this is slick as hell
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#24This is awesome, can't wait to get api access to the 32k token model. Rather than this approach of just converting the whole repo to a text file, what I'm thinking is, you can let the model decide the most relevant files. The initial prompt would be, "person wants to do x, here are the file list of this repo: ...., give me a list of files that you'd want to edit, create or delete" -> take the list, try to fit the con…
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#25How much text can you feed GPT-4? Our codebase is 1 million lines of code. Can we feed the documentation to it? What are the limits? Is it possible to train it on our data without doing prompt engineering? How? Otherwise are we supposed to use embeddings? Can someone explain how these all work and the tradeoffs?
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#26Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#27Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#28Before anyone working on commercial code bases thinks to use this, stop. Uploaded code becomes part of OpenAI.
Re: Show HN: GPT Repo Loader – load entire code repos into GPT prompts
#29Fully automated junior swe but on hyper speed. Natural next step