Update bym.js (#735)

* feat: new bing (WIP)

* fix: update CopilotAIClient.js

* fix: gemini强制调用tool;real at

* feat: add bym support
This commit is contained in:
ikechan8370 2024-12-29 19:57:55 +08:00 committed by GitHub
parent 5f6c4e5abb
commit 26444df2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 599 additions and 30 deletions

View file

@ -13,6 +13,11 @@
"label": "允许其他模式",
"data": "allowOtherMode"
},
{
"type": "check",
"label": "开启伪人模式",
"data": "enableBYM"
},
{
"type": "check",
"label": "调试信息",
@ -423,6 +428,33 @@
"data": "voicevoxSpace"
}
]
},
{
"title": "伪人bym模式",
"icon": "mdi-format-text",
"tab": "text",
"view": [
{
"type": "number",
"label": "伪人模式触发概率,单位为%",
"data": "bymRate"
},
{
"type": "text",
"label": "伪人模式的额外预设",
"data": "bymPreset"
},
{
"type": "text",
"label": "伪人模式骂人反击的设定词",
"data": "bymFuckPrompt"
},
{
"type": "check",
"label": "伪人骂人反击后是否撤回",
"data": "bymFuckRecall"
}
]
}
]
}