✨Feat: 完成 LLM 接入

This commit is contained in:
2025-10-25 14:26:09 +08:00
parent dcf0f5cfdb
commit 27cb78112d
6 changed files with 95 additions and 4 deletions
+18 -2
View File
@@ -18,6 +18,18 @@
<version>3.2.2</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>1.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -26,8 +38,7 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-client-chat</artifactId>
<version>1.0.3</version>
<artifactId>spring-ai-starter-model-openai</artifactId>
</dependency>
<dependency>
@@ -36,6 +47,11 @@
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>