Versions Compared

Key

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

This module is meant to be used along with the Translation UI /wiki/spaces/SD/pages/710836260 Chat Layout UI: Translation Use Case and works with the corresponding UI. It is not designed to be used along side any other modules.

...

Here is an example configuration file for this module.

View file
nameai-assistant-translation-one-to-one.txt

...

Author

...

Code Block
{
  "TranslationConfig": {
    "preProcessing": [
      {
        "name": "translation_glossary",
        "value": false
      }
    ],
    "postProcessing": [
      {
        "name": "replace_sharp_s_with_ss",
        "value": true,
        "language": "German"
      },
      {
        "name": "american_to_british",
        "value": true,
        "language": "English"
      }
    ],
    "streamingActivated": true,
    "customOutputTokenLimit": null,
    "temperatureTranslation": 0,
    "languageModelTranslation": "AZURE_GPT_4_0613",
    "scopeIdTranslationGlossary": "TBD",
    "fileNameTranslationGlossary": "glossary.txt",
    "languageModelLanguageDetection": "AZURE_GPT_4_0613"
  }
}

...