tusgino/LLM Code Reviewer
This GitHub Action automatically reviews PRs using multiple models.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token to interact with the repository | yes | — |
| GEMINI_API_KEY | Google Gemini API key | no | — |
| OPENAI_API_KEY | OpenAI API key | no | — |
| ANTHROPIC_API_KEY | Anthropic API key | no | — |
| GEMINI_MODEL | The Gemini model to use for code review | no | gemini-1.5-flash-002 |
| OPENAI_MODEL | The OpenAI model to use for code review | no | gpt-4o-mini |
| ANTHROPIC_MODEL | The Anthropic model to use for code review | no | — |
| INPUT_EXCLUDE | Comma-separated list of file patterns to exclude | no | "" |
| HUMAN_LANGUAGE | The human language to use for code review | no | en |
| PRIMARY_MODEL | The primary model to use for code review | no | — |
Outputs
no outputs