@SlicerDicer I'll be using this library: https://pypi.org/project/openai/ ... to submit each page of my python app to chatgpt with the header "Please improve this code" and then I will write out the result to the file system so main.py is next to main_suggestions.py and then I can use a diff tool to see what the suggestions were. ChatGPT usually outputs clean markdown, so with some light markdown parsing, I will have a code review tool.
Post
March 5, 2023