From ab2469ff989752d1e477b67bb24a9c2a079b2d07 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 14 Jan 2025 21:57:37 +0800 Subject: [PATCH] =?UTF-8?q?AI=E6=A8=A1=E5=9E=8B=E6=94=AF=E6=8C=81DeepSeek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-EN.md | 11 ++++++++++- README.md | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README-EN.md b/README-EN.md index 6960e02e8c..4f7874ae96 100644 --- a/README-EN.md +++ b/README-EN.md @@ -73,7 +73,7 @@ Technical documentation - Website: [http://www.jeecg.com](http://www.jeecg.com) - Demo : [OnlineDemo](http://boot3.jeecg.com) | [APP](http://jeecg.com/appIndex) -- Doc: [http://help.jeecg.com](http://help.jeecg.com) +- Doc: [DocumentCenter](http://help.jeecg.com) | [AI Config](https://help.jeecg.com/java/ai/aichat.html) - Newbie guide: [Quick start](http://www.jeecg.com/doc/quickstart) | [Q&A ](http://www.jeecg.com/doc/qa) | [1 minute experience](https://my.oschina.net/jeecg/blog/3083313) - QQ group : ⑩716488839、⑨808791225、⑧825232878、⑦791696430、⑥730954414(full)、683903138(full)、⑤860162132(full)、④774126647(full)、③816531124(full)、②769925425(full)、①284271917(full) @@ -235,6 +235,15 @@ Technical Architecture: | TiDB | √ | +#### AI Support + +| AI Model | Supported | +| --- | --- | +| DeepSeek | √ | +| ChatGPT | √ | + +AI Config: https://help.jeecg.com/java/ai/aichat.html + ## Microservice solutions - 1. Service registration and discovery Nacos √ diff --git a/README.md b/README.md index 2cb10615e4..eedc85e37a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, - 官方网站: [http://www.jeecg.com](http://www.jeecg.com) - 在线演示 : [在线演示](http://boot3.jeecg.com) | [APP演示](http://jeecg.com/appIndex) - 快速体验: [一分钟体验低代码](https://jeecg.blog.csdn.net/article/details/106079007?spm=1001.2014.3001.5502 "一分钟体验零代码") | [在线体验零代码](https://app.qiaoqiaoyun.com/myapps/index "在线体验零代码") -- 开发文档: [https://help.jeecg.com](https://help.jeecg.com) +- 开发文档: [文档中心](https://help.jeecg.com) | [AI集成配置(支持DeepSeek)](https://help.jeecg.com/java/ai/aichat.html) - 反馈问题: [在Github上提Issues](https://github.com/jeecgboot/JeecgBoot/issues/new) - 新手指南: [快速入门](http://www.jeecg.com/doc/quickstart) | [入门视频](http://jeecg.com/doc/video) - QQ交流群 : ⑩716488839、⑨808791225(满)、其他(满) @@ -117,6 +117,15 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, | 人大金仓 | √ | | TiDB | √ | +#### 支持AI + +| AI模型 | 支持 | +| --- | --- | +| DeepSeek | √ | +| ChatGTP | √ | + +AI集成文档: https://help.jeecg.com/java/ai/aichat.html + ## 微服务解决方案