From 33a0d546af9031573670a293910401358eb1b29e Mon Sep 17 00:00:00 2001 From: "Brady Stroud [SSW]" Date: Sun, 27 Aug 2023 19:04:50 +1000 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 -