diff --git a/olmocr/bench/runners/run_chatgpt.py b/olmocr/bench/runners/run_chatgpt.py index 6bd1316..6edb6c7 100644 --- a/olmocr/bench/runners/run_chatgpt.py +++ b/olmocr/bench/runners/run_chatgpt.py @@ -73,7 +73,8 @@ def run_chatgpt( } ], temperature=temperature, - max_tokens=3000, + max_completion_tokens=10000, + reasoning_effort="low", response_format=openai_response_format_schema() if response_template == "json" else None, )