chore: 优化 GPT-only 配置以降低轻量任务成本

This commit is contained in:
2026-02-26 10:24:53 +08:00
parent b9650bfde8
commit 3a35190250
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"autoupdate": false,
"theme": "system",
"model": "cpa-openai/gpt-5.3-codex",
"small_model": "cpa-openai/glm-4.7",
"small_model": "cpa-openai/gpt-5.1-codex-mini",
"experimental": {
"disable_paste_summary": true
},