mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
添加后台对话模式选项
This commit is contained in:
parent
8efcce45a0
commit
554f6a69f3
3 changed files with 32 additions and 7 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue