Skip to content

Commit 174e8da

Browse files
committed
add output_format for music
1 parent 6ed6ee5 commit 174e8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

minimax_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def music_generation(
621621
},
622622
}
623623
if resource_mode == RESOURCE_MODE_URL:
624-
payload["resource_format"] = "url"
624+
payload["output_format"] = "url"
625625

626626
# Call music generation API
627627
response_data = api_client.post("/v1/music_generation", json=payload)

0 commit comments

Comments
 (0)