Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hill authored and Sam Hill committed Dec 13, 2022
1 parent f90d93c commit 3fbe116
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3fbe116

Please sign in to comment.