Versions Compared

Key

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

...

Here is an example configuration file for this module.

...

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"
  }
}

...