Gpt 5 runner

This commit is contained in:
Jake Poznanski 2025-08-07 20:08:28 +00:00
parent f789fc3a72
commit fd5217a8da

View File

@ -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,
) )