namtran198/Open AI Reviewer
Automating code review using ChatGPT with Github Actions. Look for potential bugs and suggest code improvements in your PR
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 Pull Request ID | yes | "" |
| dev-lang | Development language used in this request | yes | "" |
| openai-engine | GPT-3.5 models can understand and generate natural language. We offer four main models with different levels of power suitable for different tasks. 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. | no | 0.0 |
| openai-max-tokens | The maximum number of tokens to generate in the completion. | no | 4096 |
| github-repository | Github repository name | no | "" |
Outputs
no outputs