https://github.com/vibovenkat123/review-gpt
An automatic code review tool that uses gpt-3, gpt-3.5, and gpt-4
https://github.com/vibovenkat123/review-gpt
golang gpt review
Last synced: 5 months ago
JSON representation
An automatic code review tool that uses gpt-3, gpt-3.5, and gpt-4
- Host: GitHub
- URL: https://github.com/vibovenkat123/review-gpt
- Owner: vibovenkat123
- License: gpl-3.0
- Created: 2023-02-14T01:36:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T02:34:44.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:25:44.715Z (9 months ago)
- Topics: golang, gpt, review
- Language: Go
- Homepage:
- Size: 5.59 MB
- Stars: 93
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - review-gpt - An automatic code review tool that uses gpt-3, gpt-3.5, and gpt-4 (Others)
README
Review-GPT
Installation
·
Contributing
·
Roadmap
·
Usage# What is Review-GPT (RGPT)
Review GPT is an automated code review tool that uses GPT3 and GPT4. This can greatly reduce the amount of time given for code reviews, thus making your development faster. It takes in a git diff, and tells you what could be improved with it.
# Installation/Update
**Windows users look at [WINDOWS.md](/WINDOWS.md)**
One-Line Install/Update
```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/vibovenkat123/review-gpt/HEAD/install.sh)"
```
## Example of installation
See [INSTALLATION.md](/INSTALLATION.md) for more information on how to install, and how to install from source
# GPT Pricing
See [PRICING.md](/PRICING.md) for information about the GPT pricing system and what you can do to cut costs.