Fix env example
This commit is contained in:
parent
88bced23c5
commit
74f07e7017
1 changed files with 4 additions and 1 deletions
|
|
@ -32,7 +32,10 @@ language="English"
|
|||
timeout="120"
|
||||
|
||||
#The number of files to translate at the same time, 1 recommended for free or self hosted API or gpt-4
|
||||
fileThreads="1"
|
||||
fileThreads="5"
|
||||
|
||||
#Concurrent API calls per file (threads per file), 1 recommended for free or self hosted API or gpt-4
|
||||
threads="1"
|
||||
|
||||
#The wordwrap of dialogue text
|
||||
width="60"
|
||||
|
|
|
|||
Loading…
Reference in a new issue