Skip to content

Commit

Permalink
The grind resumes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiaz384 committed Mar 18, 2024
1 parent 46a224f commit 1fda5c7
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 135 deletions.
6 changes: 3 additions & 3 deletions py3TranslateLLM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fileToTranslateEncoding=None
outputFile=None
outputFileEncoding=None

parsingSettingsFile=None
parsingSettingsFileEncoding=None
#parsingSettingsFile=None
#parsingSettingsFileEncoding=None

promptFile=None
promptFileEncoding=None
Expand Down Expand Up @@ -62,7 +62,7 @@ readOnlyCache=False
# The number of previous translations that should be sent to the translation engine to provide context for the current translation. Sane values are 2-10. Set to 0 to disable. Not all translation engines support context. Default = 4.
contextHistoryLength=None
# True, False. If True, store and translate lines one at a time. Disables grouping lines by delimitor and paragraph style translations.
lineByLineMode=False
#lineByLineMode=False
# True, False. If True, attempt to resume previously interupted operation. No gurantees. Only checks backups made today and yesterday.
resume=False

Expand Down
Loading

0 comments on commit 1fda5c7

Please sign in to comment.