⬇️ Downgrade LLM translations model to GPT-5 to reduce mistakes (#14823)

This commit is contained in:
Sebastián Ramírez 2026-02-04 09:00:40 -08:00 committed by GitHub
parent 0e064009fb
commit 84a5bcf82d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,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.2")
agent = Agent("openai:gpt-5")
prompt_segments = [
general_prompt,