From 8dd9a8fbe2f6fcd13c4df998fb8606d43aa8860f Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:35:48 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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. From ecc17460d01dbb667b7567c508002c0e0008fbe7 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:36:16 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ec597c..0d8abb7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 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 + * 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. From 4d85970859c600ee698334fd32c8e30d1d0b51bb Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:39:29 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d8abb7..26541e1 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Current in development. Goal is to eventually have ChatGPT nicely translate all ### Setup: 1. Add you API key and Organization Key to a .env file. An example can be found in the repo. +2. Untranslated JSON files go in `/files`. Anything translated will end up in `/translated` +3. Run the script either with VSCode or by running .\main.py in a CLI.