Skip to content

Ingrem/llm-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-review

A simple tool to automate GitLab Merge Request reviews using Large Language Models.

Setup Instructions

1. Configuration

Create a file named .env in the root directory of the project.

2. Environment Variables

Add your GitLab Personal Access Token and the link to the Merge Request you wish to review.

.env sample:

GITLAB_TOKEN=your-token
MR_LINK="
https://git.something.com/some-repo/some-project/-/merge_requests/123
"

Usage

Run the script using the following command in your terminal python run.py

About

code review with local llm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors