[Bug] Fix model name (#3530)

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

View File

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