📌 📄 内容摘要:
xy3 在 ollama的qwen3 4b怎么关闭think? 中发帖
我试了以下几种方法都不行
curl参数
curl http://localhost:11434/api/chat -d '{
"model": "qwen3:4b",
"messages": [{
"role": "user",
"content": "What is the answer of 1 + 1?"
}],
"think": false,
"stream": false
}'
结尾命令
curl http://localhost:11434/api/chat -d '{
"model": "qwen3:4b",
"messages": [{
"role": "user",
"content": "What is the answer of 1 + 1? /no_think"
}],
"stream": ...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1119706/1 ─────────────────────────────
📢 来源:LINUX DO