-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add support for sentence splitting. Currently text is sent to the LLM as-is, but longer texts (like documents) should be split into chunks, translated and merged back.
I propose to do what DeepL (or even Google Translate) does - break it down into lines. They translate each line separately, and if you send 20 lines for translation, you will always have 20 lines as a result.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request