diff --git a/README.md b/README.md index f033a4e..0ec597c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # GPT4-TL Current in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given an RPGMaker JSON file. + +### Required: +API Key: https://platform.openai.com/account/api-keys +Organization Key: https://platform.openai.com/account/org-settings + +### Setup: +1. Add you API key and Organization Key to a .env file. An example can be found in the repo.