Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradystroud authored Aug 27, 2023
1 parent a92dd99 commit 33a0d54
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# ChatGPT PR Reviewer
### Overview 🌐
This project is a PR (Pull Request) reviewer built using .NET 7 and C#. It uses ChatGPT via the OpenAI API to automatically review and comment on PRs.
test

### Requirements πŸ“¦
- .NET 7
- OpenAI API key

### Setup πŸ› 
1. Add your OpenAI API key to user secrets
`dotnet user-secrets set "OpenAI_API_Key" "your-api-key-here"`
3. πŸš€ `dotnet run`
### Run πŸ› 
1. `dotnet run` πŸš€

### Contribution πŸ‘₯
Feel free to fork, improve and make a PR.

### License πŸ“„
MIT

0 comments on commit 33a0d54

Please sign in to comment.