From 2b6e11c1389bd97afa531ad61025ef6a487351de Mon Sep 17 00:00:00 2001 From: weiweiw Date: Tue, 18 Jun 2024 10:28:46 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f11dec..826ae9b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 博诺思微服务平台代码仓库:http://192.168.0.56:3000/bonus/Bonus-Cloud.git ## 系统模块 - +~~~ com.bonus ├── bonus-api // 接口模块 │ └── bonus-ai-api-system // 系统接口 From 992135e342ffd5e90dbcb5f2caf3c2bb6cb9ef29 Mon Sep 17 00:00:00 2001 From: weiweiw Date: Tue, 18 Jun 2024 10:33:18 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 826ae9b..8d2a30a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,5 @@ com.bonus ├── bonus-api // 接口模块 │ └── bonus-ai-api-system // 系统接口 ├── bonus-modules // 业务模块 -│ └── bonus-ai-modules // 系统模块 -│ └── bonus-large-model // 大模型模块 -│ └── bonus-ocr-recognition // OCR识别模块 +│ └── bonus-ai // 人工智能平台系统模块 ├──pom.xml // 公共依赖