mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
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:
parent
5f6c4e5abb
commit
26444df2a2
9 changed files with 599 additions and 30 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue