Skip to main content

Provides AI-powered code reviews using local or cloud-based Large Language Models (LLMs) to help developers improve code quality and catch bugs efficiently.

Project description

CRLLM

Effortlessly Get Code Reviews from Large Language Models!

CRLLM is a powerful command-line tool that enables developers to get code reviews from state-of-the-art Large Language Models (LLMs). Whether you want to use Ollama for locally running LLMs or connect to cloud services like ChatGPT, Hugging Face, and Azure, CRLLM has you covered. Improve your code quality, catch potential bugs, and receive AI-driven suggestions to enhance your development workflow. Get recommendations on best practices, bug-prone areas, and potential refactoring. Learn from the suggestions how to improve your code, gaining new insights and techniques. Reduce the need for back-and-forth during human code reviews by catching more issues upfront.

🚀 Features

  • Flexible LLM Options: Use Ollama to run models locally or leverage APIs from cloud providers like OpenAI, Hugging Face, and Azure.
  • Comprehensive Code Review: Get quality feedback on code, including recommendations for readability, efficiency, and best practices.
  • Developer Productivity: Integrate seamlessly into your existing development environment to speed up code review processes.
  • Privacy Control: Choose between local or cloud-based solutions depending on your privacy needs and computational power.
  • Multi-Language Support: Review code written in various programming languages (e.g., Python, JavaScript, Java, etc.).
  • Git Support: Get Reviews for your Git changes or differences between branches.

🛠️ Installation

To get started with crllm, follow these simple installation steps:

Prerequisites

Install from GitHub

pipx install git+https://github.com/lukasrump/crllm.git

Install from PyPI

pipx install crllm

🌐 Configuration

CRLLM supports multiple backends for LLM code reviews. You can configure it by adding an configuration file crllm_config.toml in the root of your project. To initialize your project you can use

crllm -i .

This command guides you through the most important settings. This TOML configuration file is splitted in four main sections:

[project]

  • description: Short project summary.

[crllm]

  • loader: Mechanism to load the source code, "git" by default.
  • provider: LLM provider, "ollama"by default.
  • git_main_branch: Specifies the main git branch, default is "main".
  • git_changed_lines: If true, only reviews changed lines.

Loaders

  • file: Code review for a single source code file
  • git: Reviews all changed files in the git repository
  • git_compare: Reviews the difference between the current git branch and the git_main_branch

[model]

The model settings depend on the provider. The model settings are the same as those of the LangChain ChatModels. Per default crllm tries to use a locally installed ollama instance with llama3.1.

Ollama Local Setup

  • model: Specifies the model to use, e.g "llama3.1". Make sure that you pulled that model before you use it.

OpenAI API

  • model: Specifies the model to use, e.g "gpt-4o".

In addition you have to define the api key in your environment (.env)

OPENAI_API_KEY=your_openai_api_key

Hugging Face API

  • repo_id: Specifies the repository to use, e.g "HuggingFaceH4/zephyr-7b-beta".
  • task: Specifies the task, e.g "text-generation".
HUGGINGFACEHUB_API_TOKEN=your_huggingface_api_key

Azure OpenAI

  • azure_deployment: Specifies the deployment to use, e.g "gpt-35-turbo".
  • api_version: Specifies the api version to use, e.g "2023-06-01-preview".

In addition you have to define some variables in your environment (.env)

AZURE_OPENAI_API_KEY=your_azure_api_key
AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com

[prompt]

  • template: Override the prompt template that is used (optional).

✨Usage

CRLLM is designed to be easy to use right from your terminal. Below are some examples of how you can leverage the tool.

To perform a code review for a file or GIT repository run:

crllm path/to/your/codefile.py

Enabling RAG Support

To enhance code reviews with source context, enable RAG (Retrieval-Augmented Generation) in crllm_config.toml:

[rag]
enabled = true
embedding_model = "all-minilm"      # Specify the embedding model
src_path = "./"                     # Define the root path of your source code
src_glob = "**/*.py"                # Use glob patterns to match source files (e.g., Python files)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crllm-0.4.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

crllm-0.4.0-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file crllm-0.4.0.tar.gz.

File metadata

  • Download URL: crllm-0.4.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.1 Linux/6.5.0-1025-azure

File hashes

Hashes for crllm-0.4.0.tar.gz
Algorithm Hash digest
SHA256 aaa83c69f7ba7f1ee5d8efea710216f9ff6c99c831f6e670e1d0e7d8fa91bd0b
MD5 da1b0c2a5c56872f66a1decb274cd5e0
BLAKE2b-256 258b8edd9ca90cdc8ffba78fc322b6502537c275279edf1062588fd70530b0c4

See more details on using hashes here.

File details

Details for the file crllm-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: crllm-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.12.1 Linux/6.5.0-1025-azure

File hashes

Hashes for crllm-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 14aca2d6adcb1df59ca0fef795d10ae1c9e70d45d5e7392f193480824c24f79c
MD5 0b159e36711ce7e02fb74a3e9b970d42
BLAKE2b-256 a53dd9865a40f48bd03e6df41bb4c821059e816f5475fd4f993599708930c918

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page