[i18n] Use gpt-o4-mini for translation (#3529)

This commit is contained in:
Chenlei Hu
2025-04-20 13:13:00 -04:00
committed by GitHub
parent bf4ae227b3
commit b74887d543

View File

@@ -4,7 +4,7 @@
const { defineConfig } = require('@lobehub/i18n-cli');
module.exports = defineConfig({
modelName: 'gpt-4',
modelName: 'gpt-o4-mini',
splitToken: 1024,
entry: 'src/locales/en',
entryLocale: 'en',