Koala (@kiddingbaby) 在 Opus 4.7 还有办法强制开启自适应推理吗? 中发帖
根据官方文档,Opus 4.6 下可以设置 CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=“1” 来强制关闭自适应思考,而 Opus 4.7 在默认情况下就自动开启。
Opus 4.7 always uses adaptive reasoning. The fixed thinking budget mode and CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING do not apply to it.
On Opus 4.6 and Sonnet 4.6, you can set CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1 to revert to the previous fixed thinking budget controlled by MAX_THINKING_TOKENS....