patched-codes/Patched PRReview

Automatically summarize and comment on PRs in your repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub token for creating pull requestsno${{ github.token }}
openai_api_keyOpenAI API key for the LLMno
patched_api_keyPatched API key for using Patched servicesno
pr_urlURL of the pull request to reviewyes${{ github.event.pull_request.html_url }}
modelLLM model to useno
client_base_urlBase URL for the LLM APIno
diff_suggestionWhether to generate suggestions to improve the PRno
diff_summaryLength of the summary (long, short, none)no
model_temperatureTemperature parameter for the LLMno
model_top_pTop-p parameter for the LLMno
model_max_tokensMaximum tokens for the LLM responseno
namedescription
comment_urlURL of the created PR comment