feat: add switch for thinking content forward

This commit is contained in:
ikechan8370 2025-02-03 18:36:47 +08:00
parent 43fb604742
commit f05da98d37
3 changed files with 16 additions and 3 deletions

View file

@ -215,9 +215,11 @@ const defaultConfig = {
// 伪人额外设定
bymPreset: '',
bymMode: 'gemini',
// 思考过程转发
forwardReasoning: true,
geminiEnableGoogleSearch: false,
geminiEnableCodeExecution: false,
version: 'v2.8.2'
version: 'v2.8.3'
}
const _path = process.cwd()
let config = {}