From 84b8d6f675c2f3aed83e0503e79cf1fa05e888e5 Mon Sep 17 00:00:00 2001 From: ageer <ageerle@163.com> Date: 星期日, 11 五月 2025 17:25:02 +0800 Subject: [PATCH] feat: 支持coze,dify,派欧云等三方模型调用 --- 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