Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. It takes the user entered text, and target language from the UI,

  2. infers the language of the user message,

  3. passes the text through any specified pre-processing steps defined in the configuration,

  4. translates the pre-processed text using an LLM,

  5. post-processes the translated text using the steps defined in the configuration

  6. Displays the final translated text on the right side of the UI.

...

Required and Optional Modules

...