添加后台对话模式选项

This commit is contained in:
zyc404 2024-05-08 16:35:51 +08:00
parent 8efcce45a0
commit 554f6a69f3
3 changed files with 32 additions and 7 deletions

View file

@ -832,7 +832,7 @@ export class chatgpt extends plugin {
}
}
// 处理suno生成
if ((use === 'bing' || use === 'xh') && Config.enableChatSuno) {
if ((use === 'bing' || use === 'xh' || use === 'gemini') && Config.enableChatSuno) {
const sunoList = extractMarkdownJson(chatMessage.text)
for (let suno of sunoList) {
if (suno.json.option == 'Suno') {