Skip to content

Commit da84769

Browse files
committed
add chat-agent-ui
1 parent 9680c18 commit da84769

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<artifactId>spring-ai-openai-spring-boot-starter</artifactId>
2929
</dependency>
3030

31+
<dependency>
32+
<groupId>com.javaaidev</groupId>
33+
<artifactId>chat-agent-ui</artifactId>
34+
<version>0.5.1</version>
35+
</dependency>
36+
3137
<dependency>
3238
<groupId>org.springframework.boot</groupId>
3339
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)