jonghakseo/Pull Request with ChatGPT
Auto pull request code review with ChatGPT.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API Key | yes | "" |
| github_token | Github API Key | yes | "" |
| github_pr_id | Github PR ID | yes | "" |
| openai_model | GPT-3 models can understand and generate natural language. Davinci is the most capable model, and Ada is the fastest. | no | gpt-3.5-turbo |
| openai_temperature | What sampling temperature to use. Higher values means the model will take more risks. Try 0.9 for more creative applications, and 0 (argmax sampling) for ones with a well-defined answer. 0~2 | no | 0.7 |
| openai_top_p | 0.1 means only the tokens comprising the top 10% probability mass are considered. | no | 0.8 |
Outputs
no outputs