No description
Find a file
2023-04-05 16:35:48 -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: gpt integration 2023-04-02 20:13:04 -05:00
.gitignore feat: Threading added 2023-04-05 13:33:05 -05:00
main.py refactor: Add comments 2023-04-05 16:32:28 -05:00
README.md Update README.md 2023-04-05 16:35:48 -05:00

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.