diff --git a/README.md b/README.md index 5a17513..f9b25c1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +This is a modified version of dazedanon's DazedMTLTool indended for use with proxies and self hosted LLM APIs. There are also some "quality of life" changes. + +In the .env file there are a few new variables to play with: +
proxy - The link to the API you want to use
+model - The model name of the LLM
+timeout - The timeout before disconnect error (30 to 120 recommended)
+fileThreads - The number of files to translate at the same time (1 recommended for free or self hosted API)
+threads - The number of threads per file (1 recommended for free or self hosted API)
+width - The wordwrap of dialogue text
+listWidth - The wordwap of items and help text
+Depending on the API a key or organization won't be needed. You can just set those to something random.
+Start scripts have been added to streamline the process.
+ +All credit goes to dazedanon for creating this marvelous tool. # DazedMTLTool - A script that translates RPGMaker JSON files using ChatGPT API 