music-lab: Suno generate 요청에 callBackUrl 필수 파라미터 추가
sunoapi.org는 callBackUrl이 필수. 폴링 방식이므로 더미 URL 사용. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -182,6 +182,7 @@ def _build_suno_payload(params: dict) -> dict:
|
|||||||
"customMode": custom_mode,
|
"customMode": custom_mode,
|
||||||
"instrumental": instrumental,
|
"instrumental": instrumental,
|
||||||
"model": "V4", # 안정적인 기본 모델
|
"model": "V4", # 안정적인 기본 모델
|
||||||
|
"callBackUrl": "https://example.com/noop", # 필수 파라미터, 폴링 방식이므로 더미 URL
|
||||||
}
|
}
|
||||||
|
|
||||||
if custom_mode:
|
if custom_mode:
|
||||||
|
|||||||
Reference in New Issue
Block a user