【解决todo】AI 音乐:1.处理失败任务 2.两种生成类型提示词合并,库中区分

This commit is contained in:
xiaoxin
2024-06-30 21:10:54 +08:00
parent f300b8a1ae
commit 4a6a027beb
10 changed files with 61 additions and 72 deletions

View File

@ -175,6 +175,7 @@ public class SunoApi {
@JsonProperty("model_name") String modelName,
String status,
@JsonProperty("gpt_description_prompt") String gptDescriptionPrompt,
@JsonProperty("error_message") String errorMessage,
String prompt,
String type,
String tags,

View File

@ -17,8 +17,8 @@ public class SunoTests {
@Before
public void setup() {
// String url = "https://suno-om0w1cy6e-status2xxs-projects.vercel.app";
String url = "http://127.0.0.1:3001";
String url = "https://suno-55ishh05u-status2xxs-projects.vercel.app";
// String url = "http://127.0.0.1:3001";
this.sunoApi = new SunoApi(url);
}