diff --git a/README.md b/README.md index f01a2e5..7f119ec 100644 --- a/README.md +++ b/README.md @@ -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 -