Skip to content

Felixly1/LLM-CodeReviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LLM-CodeReviewer

Python tool that leverages OpenAI GPT-4 to review inputted python snippets.

Installation

  1. Create a API key at https://platform.openai.com/api-keys
  2. Clone the repo
  git clone https://github.com/Felixly1/LLM-CodeReviewer.git   
  1. Pip install the OpenAI SDK
  pip install openai   
  1. Export your API key as a environment variable in your terminal
  setx OPENAI_API_KEY "your_api_key_here"   

Deployment

This project was built using python 3.13. To deploy simply run main.py.

About

Python script that uses Open AI to review inputted python code. Give a basic quality flag to judge the quality of the code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages