【通义千问】重新对接阿里云通义前文。

This commit is contained in:
cherishsince
2024-04-26 18:05:14 +08:00
parent 64b6b45bc6
commit be8d9c1a5f
14 changed files with 160 additions and 149 deletions

View File

@ -110,9 +110,9 @@
</dependency>
<!-- 阿里云 通义千问 -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>broadscope-bailian-sdk-java</artifactId>
<version>1.3.0</version>
<groupId>com.alibaba</groupId>
<artifactId>dashscope-sdk-java</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@ -129,6 +129,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.45</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>