HerzaJ commited on
Commit
5cd1bac
·
verified ·
1 Parent(s): 1a7e1a1

Update plugins/suno4.js

Browse files
Files changed (1) hide show
  1. 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: false,
380
- vocal_only: false
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);