【3.6.3版本发布】ai聊天模块新增代码

This commit is contained in:
zhangdaiscott
2024-03-06 16:22:03 +08:00
parent f7538c1ed8
commit e15e9d80c4
10 changed files with 571 additions and 4 deletions

View File

@ -16,6 +16,12 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-base-core</artifactId>
</dependency>
<!-- chatgpt -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-starter-chatgpt</artifactId>
</dependency>
</dependencies>
</project>