mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
更多样的bing suno生成
This commit is contained in:
parent
991c63bb26
commit
b20a3db006
6 changed files with 208 additions and 69 deletions
|
|
@ -575,6 +575,16 @@
|
|||
"label": "允许生成图像等内容",
|
||||
"data": "enableGenerateContents"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "允许生成歌曲等内容",
|
||||
"data": "enableGenerateSuno"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "伪造歌曲生成",
|
||||
"data": "enableGenerateSunoForger"
|
||||
},
|
||||
{
|
||||
"type": "url",
|
||||
"label": "必应验证码pass服务",
|
||||
|
|
@ -588,10 +598,16 @@
|
|||
"data": "bingAPDraw"
|
||||
},
|
||||
{
|
||||
"type": "check",
|
||||
"label": "第三方歌曲生成",
|
||||
"placeholder": "使用AP插件代替Bing进行绘图",
|
||||
"data": "bingLocalSuno"
|
||||
"type": "select",
|
||||
"label": "歌曲生成模式",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue