升级AI引擎,底层接口开放

pull/8226/head
JEECG 2025-04-26 16:16:50 +08:00
parent e83c9b8190
commit c1b39d21dd
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-aiflow</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
<!-- langChain4j model support -->

View File

@ -436,7 +436,7 @@
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
<version>3.8.0.1</version>
<version>3.8.0.2</version>
</dependency>
<!--flyway 支持 mysql5.7+、MariaDB10.3.16-->
<!--mysql5.6需要把版本号改成5.2.1-->