🐛 fix: Fix ssr

This commit is contained in:
canisminor1990
2023-07-17 13:04:36 +08:00
parent a834e76104
commit 9a13ec0a78
15 changed files with 39 additions and 444 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = defineConfig({
entry: 'public/locales/zh_CN',
entryLocale: 'zh_CN',
output: 'public/locales',
outputLocales: ['zh_HK', 'en_US', 'ja_JP', 'ko_KR'],
outputLocales: ['en_US'],
splitToken: 2500,
temperature: 0,
modelName: 'gpt-3.5-turbo',