【功能新增】AI:腾讯图像创作

This commit is contained in:
zzt
2025-03-20 08:04:32 +08:00
parent 7b3401e216
commit ecf4df8620
13 changed files with 353 additions and 0 deletions

View File

@@ -117,6 +117,13 @@
</exclusions>
</dependency>
<!-- 腾讯大模型图像创作引擎-->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-aiart</artifactId>
<version>3.1.1215</version>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>