From 6b0552ad0fb74d34688fbe7ef031319154ddbe99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Nov 2023 08:59:45 +0000 Subject: [PATCH] update default_config.json --- dist/default_config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/default_config.json b/dist/default_config.json index 4ac4611..3fd849e 100644 --- a/dist/default_config.json +++ b/dist/default_config.json @@ -318,6 +318,8 @@ "prompt": "Translate the text to {{to}} Language, please do not explain my original text.:\n\n{{text}}", "multiplePrompt": "Please translate these subtitles into {{to}}. For smoothness, you may need to include part of the previous sentence in the next sentence. For example, if I give you 5 paragraphs in English, you must return 5 paragraphs of translation.:\n\n{{text}}", "model": "gpt-3.5-turbo-0613", + "proModel": "gpt-3.5-turbo-0613", + "proLimit": 10, "overrides": [ { "if": "targetLanguage == zh-CN", @@ -4645,6 +4647,6 @@ ] } ], - "buildinConfigUpdatedAt": "2023-11-21T02:45:48.337Z", + "buildinConfigUpdatedAt": "2023-11-21T08:59:45.715Z", "latestVersion": "0.11.5" }