appchoose/AI Pull Request Reviewer
Comment your pull request with your own OpenAI prompt.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github API Key | yes | — |
| github_pr_id | Github PR ID | yes | — |
| prompt | Prompt to use for generating responses. | yes | — |
| openai_model | The OpenAI model to use for generating responses. Examples: 'gpt-3.5-turbo', 'gpt-4' | no | gpt-3.5-turbo |
| files_path | Files path to analyze. | yes | — |
| openai_temperature | The temperature for OpenAI responses. Controls the creativity of the responses. Higher values (e.g., 0.9) make output more random, while lower values (e.g., 0.1) make it more focused and deterministic. | no | 0.5 |
| openai_system_message | Message system context. Example : You are a SQL expert and knowledgeable about large datasets in Postgres version 15. | no | — |
| openai_max_tokens | The maximum number of tokens to generate in the OpenAI response. Example: 1000 | no | 2048 |
| language | The language for the code review | no | en |
Outputs
no outputs