[GH-ISSUE #15004] Longer thinking time settings? #87330

Closed
opened 2026-05-10 05:19:45 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @SoftologyPro on GitHub (Mar 22, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15004

Is it possible to have longer thinking times beyond High?
Or allow the user to customize longer times.
I would be happy to wait 5x longer to see if the results got better.
High x5 is Extreme
High x10 is 5x Ridiculous
I have been getting some very interesting results with gpt-oss:20b, but allowing longer thinking time may give better results?

Originally created by @SoftologyPro on GitHub (Mar 22, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15004 Is it possible to have longer thinking times beyond High? Or allow the user to customize longer times. I would be happy to wait 5x longer to see if the results got better. High x5 is Extreme High x10 is 5x Ridiculous I have been getting some very interesting results with gpt-oss:20b, but allowing longer thinking time may give better results?
GiteaMirror added the feature request label 2026-05-10 05:19:45 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 22, 2026):

Since you mention "high" and gpt-oss I assume you are talking about the levels of reasoning it supports - "low", "medium", "high". The amount of thinking the model does is baked into the model, there's no parameter that can be set to increase the thinking output. Instead, you need to use prompt engineering with the model to encourage it to do more thinking. For example, you might add instructions to tell it to think more, or break a prompt into several parts and have the model think about each part, or feed the result of a prompt back into the model and ask it to do more thinking about the previous response.

<!-- gh-comment-id:4106328122 --> @rick-github commented on GitHub (Mar 22, 2026): Since you mention "high" and gpt-oss I assume you are talking about the levels of reasoning it supports - "low", "medium", "high". The amount of thinking the model does is baked into the model, there's no parameter that can be set to increase the thinking output. Instead, you need to use prompt engineering with the model to encourage it to do more thinking. For example, you might add instructions to tell it to think more, or break a prompt into several parts and have the model think about each part, or feed the result of a prompt back into the model and ask it to do more thinking about the previous response.
Author
Owner

@SoftologyPro commented on GitHub (Mar 23, 2026):

OK, thanks. That explains it all now :)

<!-- gh-comment-id:4109067463 --> @SoftologyPro commented on GitHub (Mar 23, 2026): OK, thanks. That explains it all now :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#87330