keploy/Keploy-AI Code Review

Provides automated, AI-powered code reviews on pull requests with a resilient fallback system using GitHub Models and Ollama.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenRequired. The GITHUB_TOKEN secret.yes
modelThe primary AI model to use (e.g., from GitHub Models).nogpt-4o-mini
ollama-modelThe Ollama model to use as a fallback if the primary model fails.noqwen2:7b
use-ollama-fallbackEnable the Ollama fallback system.notrue
max-tokensThe token limit for smart diff prioritization. Diffs larger than this will be summarized.no8000
temperatureThe creativity/randomness of the AI model (0.0 to 2.0).no0.2
ignore-patternsComma-separated list of file patterns to ignore (e.g., "*.md,dist/**").no""
include-patternsComma-separated list of file patterns to force-include (overrides ignore).no""
namedescription
review-posted"true" if a review comment was successfully posted, otherwise "false".
review-providerThe provider that generated the review (github-models, ollama, or static-fallback).