Merge branch 'master' of https://github.com/dazedanon/GPT4-TL
This commit is contained in:
commit
b8cc2ac379
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
# 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.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue