theboringhumane/✨ CoriAI Code Review, PhD

🤖 AI-powered code reviews for pull requests using LLMs, by a smart human with a PhD! 🎓

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
providerLLM provider to use (openai, gemini, groq, mistral, ollama)noopenai
openai_api_keyOpenAI API key (required if using OpenAI)no
openai_base_urlOpenAI API base URL (optional)nohttps://api.openai.com/v1
google_api_keyGoogle API key (required if using Gemini)no
groq_api_keyGroq API key (required if using Groq)no
mistral_api_keyMistral API key (required if using Mistral)no
ollama_api_keyOllama API key (required if using Ollama)no
ollama_base_urlOllama API base URL (optional)nohttp://localhost:11434
github_tokenGitHub token for PR accessno${{ github.token }}
extra_promptAdditional instructions for the AI reviewerno""
modelModel to use (provider-specific, e.g., gpt-4-turbo-preview for OpenAI, gemini-pro for Google)nogpt-4o-mini
pr_titleTitle of the pull requestno${{ github.event.pull_request.title }}
pr_descriptionDescription of the pull requestno${{ github.event.pull_request.body }}
pr_stateState of the pull requestno${{ github.event.pull_request.state }}
pr_authorAuthor of the pull requestno${{ github.event.pull_request.user.login }}
pr_numberNumber of the pull requestno${{ github.event.number }}
github_repositoryRepository of the pull requestno${{ github.repository }}

no outputs