【优化】AI:依赖从文心一言,使用 spring ai 替代接入

This commit is contained in:
YunaiV
2024-06-29 18:33:16 +08:00
parent 7dfa7a1573
commit c5db930603
16 changed files with 89 additions and 841 deletions

View File

@ -43,6 +43,13 @@
<artifactId>yudao-common</artifactId>
</dependency>
<!-- TODO 芋艿:等 spring-ai 官方发布后,需要把 groupId 改下 -->
<dependency>
<groupId>group.springframework.ai</groupId>
<artifactId>spring-ai-qianfan-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
<!-- 阿里云 通义千问 -->
<dependency>
<groupId>com.alibaba</groupId>