Skip to content

Commit 57bd71e

Browse files
committed
f
1 parent 10e13b1 commit 57bd71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def translate_directory(language, source_path, dest_path, model, num_threads, cl
404404
parser.add_argument('-l', '--language', required=True, help='Target language for translation.')
405405
parser.add_argument('-b', '--branch', required=True, help='Branch name to copy translated files.')
406406
parser.add_argument('-k', '--api-key', required=True, help='API key to use.')
407-
parser.add_argument('-m', '--model', default="gpt-5-mini", help='The openai model to use. By default: gpt-5-mini')
407+
parser.add_argument('-m', '--model', default="gpt-5.4-mini", help='The openai model to use. By default: gpt-5.4-mini')
408408
parser.add_argument('-o', '--org-id', help='The org ID to use (if not set the default one will be used).')
409409
parser.add_argument('-f', '--file-paths', help='If this is set, only the indicated files will be translated (" , " separated).')
410410
parser.add_argument('-n', '--dont-cd', action='store_false', help="If this is true, the script won't change the current directory.")

0 commit comments

Comments
 (0)