升级langchain4j到1.3.0,解决很多模型不支持问题和MCP支持

This commit is contained in:
JEECG
2025-10-13 11:27:09 +08:00
parent 107e13c8af
commit b9f6f6dc53
6 changed files with 46 additions and 33 deletions

View File

@ -524,7 +524,7 @@
<dependency>
<groupId>org.jeecgframework.boot3</groupId>
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
<version>${jeecgboot.version}</version>
<version>3.8.3.1</version>
</dependency>
<!--flyway 支持 mysql5.7+、MariaDB10.3.16-->
<!--mysql5.6需要把版本号改成5.2.1-->