添加dashscope大模型依赖

This commit is contained in:
huangge1199 2025-07-12 09:21:09 +08:00
commit 888ce18e02

View File

@ -45,7 +45,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-community-dashscope-spring-boot-starter</artifactId>
<version>1.1.0-beta7</version>
</dependency>
</dependencies>
<build>