config: [run] verify_clean 可配置无违规两票复核开关

- config.ini [run] verify_clean = yes/no(默认 yes),GUI/CLI 均跟随
- CLI --no-verify 仍可强制关闭;非法值回落默认开启
- 模板/示例/README 同步,新增配置测试(共 36 个全部通过)
This commit is contained in:
yeuimu
2026-09-02 16:39:53 +08:00
parent 0ed5b9d9ff
commit bca1ceeea5
6 changed files with 35 additions and 3 deletions
+1
View File
@@ -78,6 +78,7 @@ model = deepseek-v4-flash-vision-exp
max_tokens = 5000
[run]
mode = cascade # cascade / doubao(仅豆包)/ deepseek(仅 DeepSeek
verify_clean = yes # DeepSeek 判无违规后是否追加两票复核(yes/no)
```
运行模式:config.ini `[run] mode` 全局生效(GUI 也跟随);CLI 的 `--mode` 参数可临时覆盖。