修改suno伪造生成策略,支持更多模型调用

This commit is contained in:
zyc404 2024-05-08 15:32:49 +08:00
parent 123e5304a7
commit d111d2625e
7 changed files with 86 additions and 30 deletions

View file

@ -154,7 +154,6 @@ const defaultConfig = {
autoJapanese: false,
enableGenerateContents: false,
enableGenerateSuno: false,
enableGenerateSunoForger: false,
amapKey: '',
azSerpKey: '',
serpSource: 'ikechan8370',
@ -186,6 +185,8 @@ const defaultConfig = {
chatglmRefreshToken: '',
sunoSessToken: '',
sunoClientToken: '',
enableChatSuno: false,
SunoModel: 'local',
claudeApiKey: '',
claudeApiBaseUrl: 'http://claude-api.ikechan8370.com',