Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2023
1 parent 6795275 commit 7fdb957
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"cache": true,
"proOpenaiModels": [
"gpt-3.5-turbo",
"gpt-3.5-turbo-0613"
"gpt-3.5-turbo-0613",
"gpt-3.5-turbo-1106"
],
"translationMode": "dual",
"enabled": true,
Expand Down Expand Up @@ -305,6 +306,7 @@
"immediateTranslationTextCount": 3000,
"translationDebounce": 300,
"interval": 1350,
"systemPrompt": "You are a professional, authentic human translator and only translate the content without any interpreting.",
"prompt": "Translate the text to {{to}}, please do not explain any sentences, just translate or leave them as they are.:\n\n{{text}}",
"multiplePrompt": "Translate the following subtitles into {{to}}, keep the order, and do not explain any sentences:\n\n{{text}}",
"maxTextGroupLengthPerRequest": 1,
Expand Down Expand Up @@ -4549,6 +4551,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-11-07T08:18:12.756Z",
"buildinConfigUpdatedAt": "2023-11-07T12:11:17.259Z",
"latestVersion": "0.11.0"
}

0 comments on commit 7fdb957

Please sign in to comment.