Skip to content

Commit 636749c

Browse files
authored
chore: use gpt-4.1 for i18n translation (#1112)
1 parent 0887f8d commit 636749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate.openai.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import picocolors from 'picocolors';
55
import { sampleInput, sampleTranslations } from './translate.samples.mjs';
66
import { asIsTerms, patterns, terms } from './translate.terms.mjs';
77

8-
const model = 'gpt-4o';
8+
const model = 'gpt-4.1';
99

1010
/** @type {typeof console.log} */
1111
export const log = (...args) => {

0 commit comments

Comments
 (0)