No description
Find a file
2023-04-07 10:49:24 -05:00
files feat: Threading added 2023-04-05 13:33:05 -05:00
translated feat: Threading added 2023-04-05 13:33:05 -05:00
.env.example feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
.gitignore feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
main.py feat: fix more things 2023-04-07 10:49:24 -05:00
prompt.example feat: more jsons, prompt file for better formattin 2023-04-07 02:11:55 -05:00
README.md Update README.md 2023-04-06 09:09:44 -05:00
RPGMakerEventCodes.info fix: Fix the things I broke 2023-04-07 08:29:00 -05:00

GPT4-TL

Currently in development. Goal is to eventually have ChatGPT nicely translate all dialogue when given an RPGMaker JSON file.

Required:

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.