TASK: 接入第三方api 通过万象实现text2image和animate,完成数据传输与原接口的兼容
This commit is contained in:
21
pom.xml
21
pom.xml
@@ -339,6 +339,27 @@
|
||||
<version>1.10.0</version> <!-- 使用最新版本 -->
|
||||
</dependency>
|
||||
|
||||
<!-- 最新版本号:https://mvnrepository.com/artifact/com.alibaba/dashscope-sdk-java -->
|
||||
<!-- 万象SDK -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>dashscope-sdk-java</artifactId>
|
||||
<version>2.20.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- FFmpeg封装(JavaCV) 视频转gif-->
|
||||
<dependency>
|
||||
<groupId>org.bytedeco</groupId>
|
||||
<artifactId>javacv-platform</artifactId>
|
||||
<version>1.5.9</version>
|
||||
</dependency>
|
||||
|
||||
<!-- GIFEncoder 视频转gif-->
|
||||
<dependency>
|
||||
<groupId>com.madgag</groupId>
|
||||
<artifactId>animated-gif-lib</artifactId>
|
||||
<version>1.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user