Update plugins/suno4.js
Browse files- plugins/suno4.js +2 -2
plugins/suno4.js
CHANGED
|
@@ -376,8 +376,8 @@ const handler = async (req, res) => {
|
|
| 376 |
mood: mood || '',
|
| 377 |
genre: genre || '',
|
| 378 |
voice: voice || 'random',
|
| 379 |
-
make_instrumental:
|
| 380 |
-
vocal_only:
|
| 381 |
};
|
| 382 |
|
| 383 |
const genResult = await aiMu.generate(params);
|
|
|
|
| 376 |
mood: mood || '',
|
| 377 |
genre: genre || '',
|
| 378 |
voice: voice || 'random',
|
| 379 |
+
make_instrumental: 0,
|
| 380 |
+
vocal_only: 0
|
| 381 |
};
|
| 382 |
|
| 383 |
const genResult = await aiMu.generate(params);
|