⬆️ Upgrade OpenAI model for translations to gpt-5.2 (#14579)

This commit is contained in:
Sebastián Ramírez 2025-12-21 00:06:22 -08:00 committed by GitHub
parent c2c1cc8aec
commit 1d93d531bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ def translate_page(
print(f"Found existing translation: {out_path}")
old_translation = out_path.read_text(encoding="utf-8")
print(f"Translating {en_path} to {language} ({language_name})")
agent = Agent("openai:gpt-5")
agent = Agent("openai:gpt-5.2")
prompt_segments = [
general_prompt,