Просмотр исходного кода

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

cherishsince 1 год назад
Родитель
Сommit
d494c31302
1 измененных файлов с 3 добавлено и 4 удалено
  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>