From 3666157d14201d39a0e61588582fee97fac95ad1 Mon Sep 17 00:00:00 2001 From: Albert <janzhou123@users.noreply.github.com> Date: 星期二, 13 五月 2025 09:59:36 +0800 Subject: [PATCH] Merge pull request #1 from ageerle/main --- ruoyi-modules-api/ruoyi-chat-api/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules-api/ruoyi-chat-api/pom.xml b/ruoyi-modules-api/ruoyi-chat-api/pom.xml index e2506ba..b47d9c3 100644 --- a/ruoyi-modules-api/ruoyi-chat-api/pom.xml +++ b/ruoyi-modules-api/ruoyi-chat-api/pom.xml @@ -71,6 +71,18 @@ <artifactId>spring-ai-starter-model-openai</artifactId> </dependency> + <dependency> + <groupId>io.github.imfangs</groupId> + <artifactId>dify-java-client</artifactId> + <version>1.0.7</version> + </dependency> + + <dependency> + <groupId>com.coze</groupId> + <artifactId>coze-api</artifactId> + <version>0.3.1</version> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3