by cryptoz on 7/12/2024, 8:06:24 PM
by canadiantim on 7/13/2024, 1:56:52 AM
Can it generate a django app? Or a Litestar app? Or any kind of framework?
by alexliu518 on 7/13/2024, 6:44:28 AM
This looks fantastic! Excited to try Dropbase for building quick, customizable web apps with ease.
Ooooh, this is interesting. I think I'm building something quite similar! May I ask, how do you solve the code modification problem? In your demo video it shows the AI prompt is modifying code, not just generating it first-time, but I am curious how you do it. Are you using diffs?
I wrote about my approach here using ASTs: https://www.codeplusequalsai.com/static/blog/prompting_llms_...
You wrote in your post that you 'regenerate' a file - is that how you do it? Is it reliable? How does that work on big files? Does it fail at reproducing the rest of the file that should remain unchanged sometimes?
Thanks for answering any of these! Great project!