diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml index 65426b51..ac928505 100644 --- a/ruoyi-common/ruoyi-common-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -173,6 +173,13 @@ ${revision} + + + com.xmzs + ruoyi-midjourney + ${revision} + + com.xmzs diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index e54e54b5..5f37684f 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -9,6 +9,12 @@ ../pom.xml 4.0.0 + ruoyi-modules + pom + + + ruoyi-modules 业务模块 + ruoyi-demo @@ -19,11 +25,4 @@ ruoyi-live - ruoyi-modules - pom - - - ruoyi-modules 业务模块 - - diff --git a/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml b/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml index 4cfce94f..9ca64f38 100644 --- a/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml +++ b/ruoyi-modules/ruoyi-live/live-chat-clients/pom.xml @@ -1,26 +1,26 @@ - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ruoyi-modules/ruoyi-live/pom.xml b/ruoyi-modules/ruoyi-live/pom.xml index ad99211a..77eda6c4 100644 --- a/ruoyi-modules/ruoyi-live/pom.xml +++ b/ruoyi-modules/ruoyi-live/pom.xml @@ -6,9 +6,10 @@ ${revision} ../pom.xml + pom 4.0.0 ruoyi-live - pom + AI直播 diff --git a/ruoyi-modules/ruoyi-system/src/main/java/com/xmzs/system/service/impl/ISseServiceImpl.java b/ruoyi-modules/ruoyi-system/src/main/java/com/xmzs/system/service/impl/ISseServiceImpl.java index ff024fb7..d5cf5743 100644 --- a/ruoyi-modules/ruoyi-system/src/main/java/com/xmzs/system/service/impl/ISseServiceImpl.java +++ b/ruoyi-modules/ruoyi-system/src/main/java/com/xmzs/system/service/impl/ISseServiceImpl.java @@ -156,7 +156,7 @@ public class ISseServiceImpl implements ISseService { */ @Override public ResponseEntity textToSpeed(TextToSpeech textToSpeech) { - ResponseBody body = openAiStreamClient.textToSpeechClone(textToSpeech); + ResponseBody body = openAiStreamClient.textToSpeech(textToSpeech); if (body != null) { // 将ResponseBody转换为InputStreamResource InputStreamResource resource = new InputStreamResource(body.byteStream()); diff --git a/video/01.mp4 b/video/01.mp4 deleted file mode 100644 index 304d2e70..00000000 Binary files a/video/01.mp4 and /dev/null differ diff --git a/video/81d065fabda5c26f66b514442dce74a3.mp4 b/video/81d065fabda5c26f66b514442dce74a3.mp4 deleted file mode 100644 index 304d2e70..00000000 Binary files a/video/81d065fabda5c26f66b514442dce74a3.mp4 and /dev/null differ