Skip to content

Commit 973c15a

Browse files
committed
Update roadmap
1 parent 931a42c commit 973c15a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,11 @@ You can use the LTEngine API using the following bindings:
136136
- [ ] Cancel inference (stop generating tokens) when HTTP connections are aborted by clients. I'm unsure how this could done with actix-web.
137137
- [ ] Add support for `/translate_file` (ability to translate files).
138138
- [ ] 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)
140140
- [ ] Test/add more LLM models aside from Gemma3
141141
- [ ] 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.
142144
- [ ] Your ideas? We welcome contributions.
143145

144146
## Contributing

0 commit comments

Comments
 (0)