From 3fbe11694176f396870850669caab759f9394953 Mon Sep 17 00:00:00 2001 From: Sam Hill Date: Mon, 12 Dec 2022 23:31:22 -0500 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c763d87..b6ccb3d 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,14 @@ Get OpenAI GPT models to suggest changes on your pull request in the comments! ![example review](./images/example.png) +[example 2](https://github.com/samjhill/GPTReview/pull/9) + ## How to integrate into your repo: -1. Copy the workflow from this repo's .github/workflows/test-action.yml into your project in the same location. +1. Copy the workflow from this repo's .github/workflows/test-action.yml into your project in the same location and modify it to suit your needs, if you'd like. 2. Get an [OpenAI key here](https://openai.com/api/) -3. Create a secret in your project's settings called OPENAI_API_KEY for your OpenAI API Key +3. Create a secret in your project's settings called OPENAI_API_KEY for your OpenAI API Key. \ No newline at end of file