TinyCodeImprover is a tiny project designed to help developers work with code in the context of an entire project using GPT-4. It simplifies the proce

mrvlasyuk/tiny_code_improver

submited by
Style Pass
2023-06-04 17:30:03

TinyCodeImprover is a tiny project designed to help developers work with code in the context of an entire project using GPT-4. It simplifies the process of getting help from GPT by allowing you to easily add files from your project to the prompt context. With TinyCodeImprover, you can ask questions about your code, request it to fix issues, find bugs, or even write new features!

This will start an interactive dialog with GPT-4. You can ask questions about your code, request it to fix issues, find bugs, or even write new features. For example:

You can also use special commands like .critic to ask the model to critique its own answer, or .resolver to improve the initial answer by fixing any errors found by the critic.

TinyCodeImprover is released under the MIT License. Please provide proper attribution to the original author if you use this project in your work.

Leave a Comment
Related Posts