update chirp v.3.5

This commit is contained in:
LordSkare 2024-05-31 00:10:16 +05:00
parent 1968c9bc4a
commit 3a8a0a8309

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) {