Merge pull request #693 from HalcyonAlcedo/v2

将suno生成应用于更多模型
This commit is contained in:
HalcyonAlcedo 2024-05-08 16:38:44 +08:00 committed by GitHub
commit f789556a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 154 additions and 563 deletions

View file

@ -70,29 +70,37 @@
"value": "xh"
},
{
"label": "Slack Claude",
"value": "claude"
"label": "通义千问",
"value": "qwen"
},
{
"label": "Gemini",
"value": "gemini"
},
{
"label": "Azure OpenAI",
"value": "azure"
"label": "Slack Claude",
"value": "claude"
},
{
"label": "Bard",
"value": "bard"
"label": "Claude2",
"value": "claude2"
},
{
"label": "ChatGPT API3",
"value": "api3"
"label": "ChatGLM4",
"value": "chatglm4"
},
{
"label": "ChatGLM",
"value": "chatglm"
},
{
"label": "Azure OpenAI",
"value": "azure"
},
{
"label": "ChatGPT API3",
"value": "api3"
},
{
"label": "浏览器",
"value": "browser"
@ -580,11 +588,6 @@
"label": "允许生成歌曲等内容",
"data": "enableGenerateSuno"
},
{
"type": "check",
"label": "伪造歌曲生成",
"data": "enableGenerateSunoForger"
},
{
"type": "url",
"label": "必应验证码pass服务",
@ -603,12 +606,6 @@
"data": "bingSuno",
"items": [ { "label": "Bing", "value": "bing" }, { "label": "本地", "value": "local" }, { "label": "第三方", "value": "api" } ]
},
{
"type": "url",
"label": "第三方歌曲生成API地址",
"placeholder": "https://github.com/gcui-art/suno-api的api地址",
"data": "bingSunoApi"
},
{
"type": "textarea",
"label": "前置对话第一轮(用户)",
@ -842,27 +839,6 @@
}
]
},
{
"title": "Bard",
"tab": "bard",
"view": [
{
"type": "password",
"label": "BardCookie",
"data": "bardPsid"
},
{
"type": "url",
"label": "Bard反代地址",
"data": "bardReverseProxy"
},
{
"type": "check",
"label": "使用Bard反代",
"data": "bardForceUseReverse"
}
]
},
{
"title": "通义千问",
"tab": "qwen",
@ -1066,6 +1042,23 @@
"label": "client token",
"placeholder": "suno的__client token需要与sunoSessToken一一对应数量相同多个用逗号隔开",
"data": "sunoClientToken"
},
{
"type": "check",
"label": "允许聊天指令声音音乐",
"data": "enableChatSuno"
},
{
"type": "select",
"label": "调用模式",
"data": "SunoModel",
"items": [ { "label": "本地", "value": "local" }, { "label": "第三方", "value": "api" } ]
},
{
"type": "url",
"label": "第三方歌曲生成API地址",
"placeholder": "https://github.com/gcui-art/suno-api的api地址",
"data": "bingSunoApi"
}
]
},