mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
✨ feat: Add ja_JP, ko_KR and update workflow
This commit is contained in:
+1
-2
@@ -6,8 +6,7 @@ module.exports = defineConfig({
|
||||
entry: 'locales/zh_CN',
|
||||
entryLocale: 'zh_CN',
|
||||
output: 'locales',
|
||||
outputLocales: ['zh_TW', 'en_US', 'ru_RU'],
|
||||
splitToken: 2500,
|
||||
outputLocales: ['zh_TW', 'en_US', 'ru_RU', 'ja_JP', 'ko_KR'],
|
||||
temperature: 0,
|
||||
modelName: 'gpt-3.5-turbo',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user