mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 05:17:10 +00:00
feat: 支持suno:#suno+prompt或#创作歌曲+prompt
This commit is contained in:
parent
63edc9403c
commit
eea0748de7
7 changed files with 268 additions and 2 deletions
|
|
@ -792,6 +792,22 @@ export function supportGuoba () {
|
|||
bottomHelpMessage: '对https://generativelanguage.googleapis.com的反代',
|
||||
component: 'Input'
|
||||
},
|
||||
{
|
||||
label: '以下为Suno音乐合成的配置。',
|
||||
component: 'Divider'
|
||||
},
|
||||
{
|
||||
field: 'sunoSessToken',
|
||||
label: 'sunoSessToken',
|
||||
bottomHelpMessage: 'suno的__sess token,需要与sunoClientToken一一对应数量相同,多个用逗号隔开',
|
||||
component: 'InputTextArea'
|
||||
},
|
||||
{
|
||||
field: 'sunoClientToken',
|
||||
label: 'sunoClientToken',
|
||||
bottomHelpMessage: 'suno的__client token,需要与sunoSessToken一一对应数量相同,多个用逗号隔开',
|
||||
component: 'InputTextArea'
|
||||
},
|
||||
{
|
||||
label: '以下为杂七杂八的配置',
|
||||
component: 'Divider'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue