From 5b4210a2705177f51d89229f9e972c95475c338b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=B5=B7?= <7836246@qq.com> Date: Tue, 17 Mar 2026 09:43:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= =?UTF-8?q?=20thinking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.example b/config.yaml.example index 6a4fcd2..a0c92e4 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -34,7 +34,7 @@ cursor_model: "anthropic/claude-sonnet-4.6" # 不配置此项时:跟随客户端请求,proxy 默认自动补上 enabled # 环境变量: THINKING_ENABLED=true|false thinking: - enabled: true + enabled: false # ==================== 历史消息压缩配置 ==================== # 对话过长时自动压缩早期消息,释放输出空间,防止 Cursor 上下文溢出