You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,11 @@ You can use the LTEngine API using the following bindings:
136
136
-[ ] Cancel inference (stop generating tokens) when HTTP connections are aborted by clients. I'm unsure how this could done with actix-web.
137
137
-[ ] Add support for `/translate_file` (ability to translate files).
138
138
-[ ] 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.
139
-
-[ ] Better language detection for short texts (port [LaxiLang](https://github.com/LibreTranslate/LexiLang)) to Rust)
139
+
-[ ] Better language detection for short texts (port [LaxiLang](https://github.com/LibreTranslate/LexiLang) to Rust)
140
140
-[ ] Test/add more LLM models aside from Gemma3
141
141
-[ ] Create comparative benchmarks between LTEngine and proprietary software.
142
+
-[ ] Add support for command line inference (run `./ltengine translate` as a command line app separate from `./ltengine server`)
143
+
-[ ] Make ltengine available as a library, possibly creating bindings for other languages like Python.
0 commit comments