Skip to content

Commit ab3b85f

Browse files
authored
Change reasoning effort for the translation script
1 parent aea05a6 commit ab3b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/translate_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def translate_file(file_path: str, target_path: str, lang_code: str) -> None:
228228
model=OPENAI_MODEL,
229229
instructions=instructions,
230230
input=chunk,
231-
reasoning={"effort": "high"},
231+
reasoning={"effort": "low"},
232232
text={"verbosity": "low"},
233233
)
234234
translated_content.append(response.output_text)

0 commit comments

Comments
 (0)