diff --git a/README.md b/README.md index 4deb023..22ec90e 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ need FUSE 2 once: `sudo apt install libfuse2t64` (older distros: `libfuse2`). 4. Open **Model & connection**, choose your endpoint preset, click **Test connection** (this also lists the available models), pick a model. 5. Optionally adjust **Translation options** — *Lines per batch* (how many lines go to - the model at once) and *Context lines* (how many already-translated lines to show it - for continuity). + the model at once), *Context lines* (how many already-translated lines to show it + for continuity), and *Parallel requests* (batches translated at once — a big speedup + on cloud endpoints; keep it at 1 for local servers and best context continuity). 6. Optionally fill in **Context / notes for the model** — a short description of the movie/show so the model uses the right terminology. e.g. for a chess film: *"keep chess terms accurate (grandmaster, gambit) and leave move notation like Nf3, O-O diff --git a/index.html b/index.html index 78a1023..1c6193e 100644 --- a/index.html +++ b/index.html @@ -77,6 +77,10 @@

Translation options

How many already-translated lines to show the model for continuity (tone, names, gender). 0 disables context. +