增加阿里 通义千问

This commit is contained in:
cherishsince
2024-03-14 20:16:07 +08:00
parent de32611794
commit 0f73b61db2
9 changed files with 308 additions and 2 deletions

View File

@ -108,6 +108,12 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<!-- 阿里云 通义千问 -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>broadscope-bailian-sdk-java</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>
</project>