Pull-n-llama is a simple tool to automate code reviews for your pull requests using Ollama.
- Clones or pulls your repository.
- Fetches your pull requests.
- Splits the diffs into manageable chunks.
- Sends each chunk to Ollama for review.
- Repeats the process until all diffs are reviewed.
Clone this repository to your local machine:
git clone https://github.com/JacobTheJacobs/pullnllama.git
Install Dependencies Navigate to the project directory and install the required dependencies:
cd pullnllama
pip install -r requirements.txt
Run the Application Run the main script to start the review process:
python main.py
We welcome contributions! Please fork this repository and submit pull requests.
This project is licensed under the MIT License.