You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add music endpoints (#67)
* Fix NoneType error in compose_music when using composition_plan
- Fixed issue where compose_music would fail with 'NoneType' object is not subscriptable when composition_plan is provided without prompt
- Added fallback filename logic to use 'composition_plan' when prompt is None
* Add music endpoints