"work smart play hard"
Purpose
After completing a rigorous 2-year program at BCIT through daily 18-hour coding sessions, I craved a better work-life balance without compromising growth. This collection of scripts optimizes my allocated learning hours by eliminating repetitive small tasks.
Built using
- Node.js
- OpenAI API
Create a .env file and add appropriate keys using the .env.template
Install node modules
yarn
Takes files from the folder files/create-docs and exports documentation, generated by ChatGPT, into the folder exports/docs under a subfolder name and file type determined by the script's configurations
Todo:
- play with temperature and top_p values more for a more consistent output
- try writing other types of documentation file types (pdf, etc)
yarn createDoc