feat: 支持coze,dify,派欧云等三方模型调用

This commit is contained in:
ageer
2025-05-11 17:25:02 +08:00
parent 9c2586ab43
commit 84b8d6f675
100 changed files with 350 additions and 169 deletions

View File

@@ -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>