|
I use the OpenAI v1/responses. I tried to add: reasoning: { "effort": "none" }, but it didn't turn off thinking. |
Answered by
zaskara
May 8, 2026
Replies: 2 comments
|
Hi. Have you tried |
0 replies
|
Thank you, I added this and it works: |
0 replies
Answer selected by
zaskara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, I added this and it works:
chat_template_kwargs: { enable_thinking: false, preserve_thinking: false }