-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hi
i really liked this project not to just decompile files but the way it works
Actually i didn't go through it till yet, but i did some testing on your hosted version
and i saw mostly are indentation errors which do create errors and LLM tries to add wrong code, which breaks it completely
so i also want to learn and help in improving it
do let me know if their is any discord, coz discussing their will be much easier
Suggestions & Problems :
-
try to break down the process per class/method/function and then concatenate them in single file according to the order
it way chances becomes else that the suggestion by LLM breaks something else -
we even need to add some logic too about indentation, try&except, if & else rules
-
whenever LLM saw any if, it tries to add else to patch the error but it doesn't needed their at all, the actually reason was the indentation error mostly & LLM just adds if or else mostly which adds more bloat/errors to code, even python interpreter also gives good suggestions to fix the error like identation, if or else, try & except, etc