...
It takes the user entered text, and target language from the UI,
infers the language of the user message,
passes the text through any specified pre-processing steps defined in the configuration,
translates the pre-processed text using an LLM,
post-processes the translated text using the steps defined in the configuration
Displays the final translated text on the right side of the UI.
...
Required and Optional Modules
...