Cannot remove think tag for an agent model #317
Unanswered
OlegAndreych
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I’ve tried “Ask” mode in aider desk with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
How to get rid from
<think>
tag in an agent model output?I've tried to use
qwen3-235b-a22b:free
as an agent model using custom OpenAI provider.Unfortunately, I see
<think>
tag in model output like<think>Okay, let's tackle this problem. The user is getting...
. It hinders tool usage and leads to exceeding the token limit.I've tried to create a
.aider.model.settings.yml
in home directory and at project root, but no luck,<think>
tag is still there.I've noticed that if I use
qwen3-235b-a22b:
without:free
suffix there's no<think>
tag in model output. Maybe it somehow matches internal aider desk settings or something..aider.model.settings.yml
content is:Beta Was this translation helpful? Give feedback.
All reactions