From 37a8f2b97d1288e171a57b1e29073aca7add09fe Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Tue, 5 Dec 2023 00:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.i18nrc.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .i18nrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.i18nrc.js b/.i18nrc.js index 0d048f8ef..4099c2ebb 100644 --- a/.i18nrc.js +++ b/.i18nrc.js @@ -2,4 +2,5 @@ module.exports = { selectors: ['meta.title', 'meta.description', 'meta.tags', 'config.systemRole'], entryLocale: 'en-US', outputLocales: ['zh-CN', 'en-US'], + modelName: 'gpt-3.5-turbo-1106', };