增加 yudao ai boot starter 依赖

This commit is contained in:
cherishsince 2024-04-13 16:00:39 +08:00
parent d60cfcd54b
commit 733c416500
1 changed files with 4 additions and 3 deletions

View File

@ -29,14 +29,15 @@
<artifactId>yudao-common</artifactId>
</dependency>
<!-- 增加 openai -->
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-security</artifactId>
<artifactId>yudao-spring-boot-starter-ai</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
</dependency>
</dependencies>