mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-07 23:23:08 -04:00
⬇️ Downgrade LLM translations model to GPT-5 to reduce mistakes (#14823)
This commit is contained in:
committed by
GitHub
parent
0e064009fb
commit
84a5bcf82d
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user