From d9341329a20ce4140d5f176aef1537470d34a0a9 Mon Sep 17 00:00:00 2001 From: dazedanon <96628874+dazedanon@users.noreply.github.com> Date: Mon, 10 Apr 2023 07:45:35 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce76689..45cc6da 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Currently in development. Goal is to eventually have ChatGPT nicely translate al * Python3: https://www.python.org/downloads/ ## Setup: -1. Add you API key and Organization Key to a .env file. An example can be found in the repo. -2. Edit the prompt.example to prompt.txt. (See ChatGPT Prompt Section) +1. Add your API key and Organization Key to a .env file. An example can be found in the repo. +2. Add a prompt.txt file using prompt.example as a template. (See ChatGPT Prompt Section) 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.