# 商业项目

完整的商用GPT+MJ系统，包括前端聊天应用和一个后台管理系统。 **ChatGPT-PLUS** 基于 AI 大语言模型 API 实现的 AI 助手全套开源解决方案，自带运营管理后台，开箱即用。 集成了 OpenAI, Azure, ChatGLM,讯飞星火，文心一言等多个平台的大语言模型。 主要有如下特性：

1. 前端应用和后台管理系统皆可开箱即用
2. 聊天体验跟 ChatGPT 官方版本完全一致
3. 内置了各种预训练好的角色，轻松满足你的各种聊天和应用需求，比如：
   1. 小红书写手
   2. 英语翻译大师
   3. 苏格拉底
   4. 孔子
   5. 乔布斯
4. 支持 MidJourney AI 绘画集成，开箱即用
5. 支持使用个人收款二维码作为充值收费的支付渠道，无需企业支付通道
6. 集成插件 API 功能，可结合 GPT 开发各种强大的插件，已内置实现了微博热搜，今日头条，今日早报和 AI 绘画函数插件。### 技术架构 后端用的 Gin Web 框架，整合了 fx 自动注入框架，后端应用结构简洁，数据存储用 MySQL。Gin + fx + MySQL 3.0 版本之后会陆续添加其他语言的 API 实现，比如 PHP，Java 等。 前端的框架是:Vue3 + Element-Plus 版本已经实现的功能如下：
   1. 引入用户体系，新增用户注册和登录功能。
   2. 聊天页面改版，实现了跟 ChatGPT 官方版本一致的聊天体验。
   3. 创建会话的时候可以选择聊天角色和模型。
   4. 新增聊天设置功能，用户可以导入自己的 API KEY
   5. 保存聊天记录，支持聊天上下文。
   6. 重构后台管理模块，更友好，扩展性更好的后台管理系统。
   7. 引入 ip2region 组件，记录用户的登录IP和地址。
   8. 支持会话搜索过滤。
   9. 支持支付充值### 聊天界面&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aicn.gitbook.io/aigc/zi-ying-ye-wu/shang-ye-xiang-mu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
