Skip to content

Commit bdbf8ff

Browse files
bnbongCopilot
andauthored
Update scripts/translate.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 40d179e commit bdbf8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def main() -> None:
519519
"--model",
520520
type=str,
521521
default="gpt-5",
522-
help="Model name to use for translation (default: gpt-4o-mini). For GitHub, use format like 'openai/gpt-4o-mini'.",
522+
help="Model name to use for translation (default: gpt-5). For GitHub, use format like 'openai/gpt-4o-mini'.",
523523
)
524524
parser.add_argument(
525525
"--no-pr", action="store_true", help="Skip creating GitHub Pull Request"

0 commit comments

Comments
 (0)