dify代理管理端
Go to file
zhuangtianxiang 441816dc54 refactor(dify): 添加异常处理增强模块稳定性
- 在 V1ChatController 中使用 ExceptionUtil.difyException 包装 difyChat.send 方法调用
- 此改动将捕获并处理潜在异常,提高系统的健壮性和稳定性
2025-05-16 18:16:16 +08:00
src refactor(dify): 添加异常处理增强模块稳定性 2025-05-16 18:16:16 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端