Browse Source

添加 chat.sql(只作为参考)

cherishsince 1 year ago
parent
commit
d494c31302
1 changed files with 3 additions and 4 deletions
  1. 3 4
      yudao-module-ai/yudao-module-ai-biz/pom.xml

+ 3 - 4
yudao-module-ai/yudao-module-ai-biz/pom.xml

@@ -31,13 +31,12 @@
 
         <!-- 增加 openai -->
         <dependency>
-            <groupId>org.springframework.ai</groupId>
-            <artifactId>spring-ai-openai-spring-boot-starter</artifactId>
+            <groupId>cn.iocoder.boot</groupId>
+            <artifactId>yudao-spring-boot-starter-security</artifactId>
         </dependency>
-
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-security</artifactId>
+            <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
         </dependency>
 
     </dependencies>