Python tool that leverages OpenAI GPT-4 to review inputted python snippets.
- Create a API key at https://platform.openai.com/api-keys
- Clone the repo
git clone https://github.com/Felixly1/LLM-CodeReviewer.git - Pip install the OpenAI SDK
pip install openai - Export your API key as a environment variable in your terminal
setx OPENAI_API_KEY "your_api_key_here" This project was built using python 3.13. To deploy simply run main.py.