mirror of
https://github.com/allenai/olmocr.git
synced 2025-10-13 17:22:13 +00:00
Gpt 5 runner
This commit is contained in:
parent
f789fc3a72
commit
fd5217a8da
@ -73,7 +73,8 @@ def run_chatgpt(
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
temperature=temperature,
|
temperature=temperature,
|
||||||
max_tokens=3000,
|
max_completion_tokens=10000,
|
||||||
|
reasoning_effort="low",
|
||||||
response_format=openai_response_format_schema() if response_template == "json" else None,
|
response_format=openai_response_format_schema() if response_template == "json" else None,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user