From c98bddf08a6917cd4451b58a6e4b0c55d43e3c3e Mon Sep 17 00:00:00 2001 From: m5kro <44246711+m5kro@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:54:37 -0800 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ![image](https://user-images.githubusercontent.com/96628874/230908699-adacb5e1-1548-4116-a0ea-a33297cdafa4.png)