mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 18:45:06 +08:00
【解决todo】AI 音乐:1.处理失败任务 2.两种生成类型提示词合并,库中区分
This commit is contained in:
@ -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,
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user