We worked with Tyler Neylon on coding a GPT script that automatically augments files of code with AI-generated code documentation.
It currently runs as a command-line tool which runs through your code, inserting GPT-generated Python docstrings into your files and functions.
Running the Script
As an input argument, provide a file containing undocumented code.
Undocumented Code In…
…Documented Code Out
Stack:
- Python
- GPT