Skip to content

Commit

Permalink
changed to use v3.5 engine
Browse files Browse the repository at this point in the history
  • Loading branch information
asfarsadewa committed Jun 21, 2024
1 parent 92534d4 commit b5b891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suno/suno.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def get_songs(
self.session.headers["user-agent"] = ua.random
payload = {
"gpt_description_prompt": prompt,
"mv": "chirp-v3-0",
"mv": "chirp-v3-5",
"prompt": "",
"make_instrumental": make_instrumental,
}
Expand Down

0 comments on commit b5b891b

Please sign in to comment.