Pythagora-io / gpt-pilot

The first real AI developer
Other
29.4k stars 2.93k forks source link

[Bug]: unnecessary steps, forget existing files, overwrites files #487

Open fblgit opened 7 months ago

fblgit commented 7 months ago

Version

VisualStudio Code extension

Operating System

Ubuntu Linux

What happened?

Overall:

My suggestions are:

Since the code itself doesn't have a logic per-se and it leverages on agents to operate, it should have different tiers where use-case/purpose can be scoped (ex: QuestionAnswering: gpt3.5-turbo, JSONtoNL: gpt3.5-turb, troubleshoot: gpt4-turbo, etc). If we can integrate this with API GPTs/Agents/Langchain.. so the interpreter/sandbox/etc can be fully leveraged... it may take him 1 hour to make a CRUD.. but, he may actually do it 🍡

Also a dialog where u can just intercede, so u can state points like "lets go directly to the code and assume the libraries are installed"..

Overall, its a bruteforcer.. but at least it can deliver "something".. its also important to have better integration with other free-models.. its not like u wanna spend money on create a python env or pip install a package..

SeKi81 commented 7 months ago

Yes, he does that in pretty much every project. It makes every project unusable.