|
|
|
|
|
by ilaksh
1251 days ago
|
|
I have an experiment related to that which seemed to mostly work. What I did was give it the project dir listing first along with the request and ask which files it needed. The other part of it was to give it a specific format to list the file updates with their file name first. What I will probably actually do when I get a chance for aidev.codes is use OpenAIs embeddings with a vector search for relevant snippets for the prompt context. Or possibly use the gpt-index project which I think does that for me. |
|