mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: 增加强制工具关键词 看你还不听话
This commit is contained in:
parent
b486b45f44
commit
d29bfb0bc2
3 changed files with 23 additions and 1 deletions
|
|
@ -228,6 +228,7 @@ const defaultConfig = {
|
|||
bingReasoning: false, // 是否深度思考
|
||||
apiMaxToken: 4096,
|
||||
enableToolPrivateSend: true, // 是否允许智能模式下私聊骚扰其他群友。主人不受影响。
|
||||
geminiForceToolKeywords: [],
|
||||
version: 'v2.8.4'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue