Merge pull request #93 from LordSkare/v3.5

update chirp v.3.5
This commit is contained in:
blueeon 2024-05-31 17:51:22 +08:00 committed by GitHub
commit bb55059a4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ class SunoApi {
await this.keepAlive(false); await this.keepAlive(false);
const payload: any = { const payload: any = {
make_instrumental: make_instrumental == true, make_instrumental: make_instrumental == true,
mv: "chirp-v3-0", mv: "chirp-v3-5",
prompt: "", prompt: "",
}; };
if (isCustom) { if (isCustom) {