mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-13 20:53:42 +08:00
82 lines
2.9 KiB
Markdown
82 lines
2.9 KiB
Markdown
## 平台简介
|
||
[](https://gitee.com/ageerle/ruoyi-ai/blob/master/LICENSE)
|
||
[](https://www.jetbrains.com/?from=ruoyi-chatgpt)
|
||
<br>
|
||
[](https://gitee.com/dromara/RuoYi-Vue-Plus)
|
||
[]()
|
||
[]()
|
||
|
||
> 基于ruoyi-plus实现AI聊天和绘画功能-后端
|
||
|
||
> 本项目完全开源免费!
|
||
后台管理界面使用elementUI服务端使用Java17+SpringBoot3.X
|
||
|
||
实现功能
|
||
1. 接入ChatGPT-4-1106-preview,gpt-4-vision-preview,dall-e-3模型
|
||
2. 支持ChatGPT-4-All alltools版本,集成识图、画图、联网和code interpreter
|
||
3. 支持GPTS 可以使用openai的所有的GPTs
|
||
4. 接入AzureOpenAI
|
||
5. 接入文生图模型Midjourney( 史上最强AI画图)
|
||
6. 接入微信支付
|
||
7. 支持微信小程序
|
||
|
||
>测试功能: 私有知识库
|
||
|
||
>项目地址
|
||
<ul>
|
||
<li>后端: https://gitee.com/ageerle/ruoyi-ai</li>
|
||
<li>小程序端: https://gitee.com/ageerle/ruoyi-uniapp</li>
|
||
<li>前端-后台管理: https://gitee.com/ageerle/ruoyi-admin</li>
|
||
<li>前端-用户端: https://gitee.com/ageerle/ruoyi-web</li>
|
||
<li>演示地址: web.pandarobot.chat</li>
|
||
</ul>
|
||
|
||
|
||
## 小程序演示
|
||
<div>
|
||
<img style="margin:10px" src="./image/03.png" alt="drawing" width="300px" height="400px"/>
|
||
<img style="margin:10px" src="./image/04.png" alt="drawing" width="300px" height="400px"/>
|
||
</div>
|
||
|
||
## H5演示
|
||
<div>
|
||
<img style="margin:10px" src="./image/05.png" alt="drawing" width="300px" height="400px"/>
|
||
<img style="margin:10px" src="./image/06.png" alt="drawing" width="300px" height="400px"/>
|
||
</div>
|
||
|
||
## PC端演示
|
||
<div>
|
||
<img style="margin-top:10px" src="./image/07.png" alt="drawing" width="550px" height="300px"/>
|
||
<img style="margin-top:10px" src="./image/08.png" alt="drawing" width="550px" height="300px"/>
|
||
</div>
|
||
|
||
## MJ绘图
|
||
<div>
|
||
<img style="margin-top:10px" src="./image/10.png" alt="drawing" width="550px" height="300px"/>
|
||
<img style="margin-top:10px" src="./image/11.png" alt="drawing" width="550px" height="300px"/>
|
||
</div>
|
||
|
||
## 微信智能助手
|
||
<div>
|
||
<img style="margin-top:10px" src="./image/09.png" alt="drawing" width="550px" height="300px"/>
|
||
</div>
|
||
|
||
## 私有知识库管理(开发中)
|
||
<div>
|
||
<img style="margin-top:10px" src="./image/12.png" alt="drawing" width="550px" height="300px"/>
|
||
<img style="margin-top:10px" src="./image/私有知识库业务架构图.drawio.png" alt="drawing" width="550px" height="300px"/>
|
||
</div>
|
||
|
||
## 进群学习
|
||
<div>
|
||
<img src="./image/01.png" alt="drawing" width="300px" height="300px"/>
|
||
<img src="./image/02.png" alt="drawing" width="300px" height="300px"/>
|
||
</div>
|
||
|
||
|
||
## 参考项目
|
||
<ol>
|
||
<li>https://github.com/Grt1228/chatgpt-java</li>
|
||
<li>https://gitee.com/dromara/RuoYi-Vue-Plus</li>
|
||
</ol>
|