[GH-ISSUE #15732] I hate thinking #56544

Open
opened 2026-04-29 10:59:07 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @Czj1997-02 on GitHub (Apr 21, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/15732

I hate the long waiting time in the thinking mode, and I hope to explicitly add a filter button for filtering out "nothinking" models on the model download page

Originally created by @Czj1997-02 on GitHub (Apr 21, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/15732 I hate the long waiting time in the thinking mode, and I hope to explicitly add a filter button for filtering out "nothinking" models on the model download page
GiteaMirror added the feature request label 2026-04-29 10:59:07 -05:00
Author
Owner

@panda667 commented on GitHub (Apr 22, 2026):

This would be nice. Just have a little toggle like the online/offline button at the bottom of the gui.

<!-- gh-comment-id:4294405912 --> @panda667 commented on GitHub (Apr 22, 2026): This would be nice. Just have a little toggle like the online/offline button at the bottom of the gui.
Author
Owner

@wdc756 commented on GitHub (Apr 22, 2026):

I'm not familiar with the GUI (I run the API in a docker container and hit the OpenAPI endpoint), but I do know that I can pass the parameter think=false in my requests and most modern models respect it. You can also just pass it in directly if using the cli: ollama run <model> --think=false.

Some older models support a /nothink flag in their system prompt (I think qwen2.5 did this, but I'm not 100% sure).

<!-- gh-comment-id:4297137919 --> @wdc756 commented on GitHub (Apr 22, 2026): I'm not familiar with the GUI (I run the API in a docker container and hit the OpenAPI endpoint), but I do know that I can pass the parameter `think=false` in my requests and most modern models respect it. You can also just pass it in directly if using the cli: `ollama run <model> --think=false`. Some older models support a `/nothink` flag in their system prompt (I think qwen2.5 did this, but I'm not 100% sure).
Author
Owner

@panda667 commented on GitHub (Apr 23, 2026):

Yes, qwen3.5 has a /nothink flag. I don't know about the other models or
the think=false param.

On Wed, Apr 22, 2026 at 9:34 AM Starhawk756 @.***>
wrote:

wdc756 left a comment (ollama/ollama#15732)
https://github.com/ollama/ollama/issues/15732#issuecomment-4297137919

I'm not familiar with the GUI (I run the API in a docker container and hit
the OpenAPI endpoint), but I do know that I can pass the parameter
think=false in my requests and most modern models respect it. You can
also just pass it in directly if using the cli: ollama run
--think=false.

Some older models support a /nothink flag in their system prompt (I think
qwen2.5 did this, but I'm not 100% sure).


Reply to this email directly, view it on GitHub
https://github.com/ollama/ollama/issues/15732?email_source=notifications&email_token=AT43ZUZO7SRABIEQELUGXTL4XDJ6FA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRZG4YTGNZZGE42M4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4297137919,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AT43ZU25PO5NY7GZYHR5W7D4XDJ6FAVCNFSM6AAAAACYA657TOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEOJXGEZTOOJRHE
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:4300872655 --> @panda667 commented on GitHub (Apr 23, 2026): Yes, qwen3.5 has a /nothink flag. I don't know about the other models or the think=false param. On Wed, Apr 22, 2026 at 9:34 AM Starhawk756 ***@***.***> wrote: > *wdc756* left a comment (ollama/ollama#15732) > <https://github.com/ollama/ollama/issues/15732#issuecomment-4297137919> > > I'm not familiar with the GUI (I run the API in a docker container and hit > the OpenAPI endpoint), but I do know that I can pass the parameter > think=false in my requests and most modern models respect it. You can > also just pass it in directly if using the cli: ollama run <model> > --think=false. > > Some older models support a /nothink flag in their system prompt (I think > qwen2.5 did this, but I'm not 100% sure). > > — > Reply to this email directly, view it on GitHub > <https://github.com/ollama/ollama/issues/15732?email_source=notifications&email_token=AT43ZUZO7SRABIEQELUGXTL4XDJ6FA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMRZG4YTGNZZGE42M4TFMFZW63VHMNXW23LFNZ2KKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4297137919>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AT43ZU25PO5NY7GZYHR5W7D4XDJ6FAVCNFSM6AAAAACYA657TOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEOJXGEZTOOJRHE> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@willyblah commented on GitHub (Apr 26, 2026):

In the CLI you can do /set nothink, but not in the app

<!-- gh-comment-id:4320914731 --> @willyblah commented on GitHub (Apr 26, 2026): In the CLI you can do `/set nothink`, but not in the app
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56544